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 pUnk 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 ManagedForEachEnumeratorWrapper
Dim pUnkSite As Object
instance.SetSite(pUnkSite)
public void SetSite(
Object pUnkSite
)
public:
virtual void SetSite(
[InAttribute] Object^ pUnkSite
) sealed
abstract SetSite :
pUnkSite:Object -> unit
override SetSite :
pUnkSite:Object -> unit
public final function SetSite(
pUnkSite : Object
)
Parameters
- pUnkSite
Type: System.Object
The site to be set.