Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the wrapper site.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub SetSite ( _
pUnkSite As Object _
)
'Usage
Dim instance As ManagedWrapper
Dim pUnkSite As Object
instance.SetSite(pUnkSite)
public void SetSite(
Object pUnkSite
)
public:
void SetSite(
[InAttribute] Object^ pUnkSite
)
member SetSite :
pUnkSite:Object -> unit
public function SetSite(
pUnkSite : Object
)
Parameters
- pUnkSite
Type: System.Object
The site.