Share via


ManagedWrapper.GetSite Method

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

Return Value

Type: System.Int32
The site for the wrapper.

See Also

Reference

ManagedWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace