Partager via


Méthode 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

Valeur de retour

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