Condividi tramite


Proprietà IDTSConnectionManagerMarshalControl100.CanMarshal

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property CanMarshal As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSConnectionManagerMarshalControl100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper