Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.