Condividi tramite


Interfaccia IDTSConnectionManagerMarshalControl100

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

Provides properties and methods to connection manager that supports marshal control.

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

Sintassi

'Dichiarazione
<GuidAttribute("181EEA80-CAE5-408B-8CFF-77812A84E42A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSConnectionManagerMarshalControl100
'Utilizzo
Dim instance As IDTSConnectionManagerMarshalControl100
[GuidAttribute("181EEA80-CAE5-408B-8CFF-77812A84E42A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSConnectionManagerMarshalControl100
[GuidAttribute(L"181EEA80-CAE5-408B-8CFF-77812A84E42A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSConnectionManagerMarshalControl100
[<GuidAttribute("181EEA80-CAE5-408B-8CFF-77812A84E42A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSConnectionManagerMarshalControl100 =  interface end
public interface IDTSConnectionManagerMarshalControl100

Nel tipo IDTSConnectionManagerMarshalControl100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CanClone Infrastruttura. Gets a value that indicates whether connection manager can be cloned.
Proprietà pubblica CanMarshal Infrastruttura. Gets a value that indicates whether connection manager can be marshaled.

In alto

Metodi

  Nome Descrizione
Metodo pubblico ConfigureClone Infrastruttura. Prepares the connection manager for cloning.

In alto

Vedere anche

Riferimento

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