Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the site for the wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetSite ( _
ByRef riid As Guid, _
<OutAttribute> ByRef ppvSite As Object _
) As Integer
'Usage
Dim instance As ManagedWrapper
Dim riid As Guid
Dim ppvSite As Object
Dim returnValue As Integer
returnValue = instance.GetSite(riid, ppvSite)
public int GetSite(
ref Guid riid,
out Object ppvSite
)
public:
int GetSite(
[InAttribute] Guid% riid,
[OutAttribute] Object^% ppvSite
)
member GetSite :
riid:Guid byref *
ppvSite:Object byref -> int
public function GetSite(
riid : Guid,
ppvSite : Object
) : int
Parameters
- riid
Type: System.Guid%
The identifier.
- ppvSite
Type: System.Object%
The site.
Return Value
Type: System.Int32
The site for the wrapper.