Freigeben über


IDTSConnectionManagerMarshalControl100.CanMarshal-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property CanMarshal As Boolean 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSConnectionManagerMarshalControl100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace