Freigeben über


IDTSProperty100.GetExport-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Indicates a value whether the object can be exported.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function GetExport ( _
    pObject As Object _
) As Boolean
'Usage
Dim instance As IDTSProperty100 
Dim pObject As Object 
Dim returnValue As Boolean 

returnValue = instance.GetExport(pObject)
bool GetExport(
    Object pObject
)
bool GetExport(
    [InAttribute] Object^ pObject
)
abstract GetExport : 
        pObject:Object -> bool
function GetExport(
    pObject : Object
) : boolean

Parameter

  • pObject
    Typ: System.Object
    The object on which the exportability flag is desired.

Rückgabewert

Typ: System.Boolean
true if the object can be exported; otherwise, false.

Hinweise

For more information, see DtsProperty.

Siehe auch

Verweis

IDTSProperty100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace