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 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.