Partager via


Méthode IDTSProperty100.SetExport

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

Sets the export flag for the specified object.

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

Syntaxe

'Déclaration
Sub SetExport ( _
    pObject As Object, _
    vbExport As Boolean _
)
'Utilisation
Dim instance As IDTSProperty100 
Dim pObject As Object 
Dim vbExport As Boolean

instance.SetExport(pObject, vbExport)
void SetExport(
    Object pObject,
    bool vbExport
)
void SetExport(
    [InAttribute] Object^ pObject, 
    [InAttribute] bool vbExport
)
abstract SetExport : 
        pObject:Object * 
        vbExport:bool -> unit
function SetExport(
    pObject : Object, 
    vbExport : boolean
)

Paramètres

  • pObject
    Type : System.Object
    The object on which the flag is being set.
  • vbExport
    Type : System.Boolean
    true to set on the object’s export flag; otherwise, false.

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSProperty100 Interface

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