Partager via


Propriété IDTSConnectionManagerMarshalControl100.CanMarshal

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

Gets a value that indicates whether connection manager can be marshaled.

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

Syntaxe

'Déclaration
ReadOnly Property CanMarshal As Boolean 
    Get
'Utilisation
Dim instance As IDTSConnectionManagerMarshalControl100 
Dim value As Boolean 

value = instance.CanMarshal
bool CanMarshal { get; }
property bool CanMarshal {
    bool get ();
}
abstract CanMarshal : bool
function get CanMarshal () : boolean

Valeur de propriété

Type : System.Boolean
true if connection manager can be marshaled; otherwise, false.

Voir aussi

Référence

IDTSConnectionManagerMarshalControl100 Interface

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