Partager via


Méthode IDTSProperty100.GetExport

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates a value whether the object can be exported.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function GetExport ( _
    pObject As Object _
) As Boolean
'Utilisation
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

Paramètres

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

Valeur de retour

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

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSProperty100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper