Compartilhar via


Propriedade do RDL IDTSConnectionManagerMarshalControl100.CanMarshal

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
ReadOnly Property CanMarshal As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IDTSConnectionManagerMarshalControl100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper