Méthode DtsProperty.GetExport

Returns the export flag for the specified object.

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

Syntaxe

'Déclaration
Public Function GetExport ( _
    o As Object _
) As Boolean
'Utilisation
Dim instance As DtsProperty 
Dim o As Object 
Dim returnValue As Boolean 

returnValue = instance.GetExport(o)
public bool GetExport(
    Object o
)
public:
bool GetExport(
    Object^ o
)
member GetExport : 
        o:Object -> bool
public function GetExport(
    o : Object
) : boolean

Paramètres

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

Valeur de retour

Type : System.Boolean
A Boolean that indicates if the object can be exported.

Voir aussi

Référence

DtsProperty Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime