IDTSConnectionManagerMarshalControl100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Provides properties and methods to connection manager that supports marshal control.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("181EEA80-CAE5-408B-8CFF-77812A84E42A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSConnectionManagerMarshalControl100
'Usage
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
Der IDTSConnectionManagerMarshalControl100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
CanClone | Infrastruktur Gets a value that indicates whether connection manager can be cloned. | |
CanMarshal | Infrastruktur Gets a value that indicates whether connection manager can be marshaled. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
ConfigureClone | Infrastruktur Prepares the connection manager for cloning. |
Zum Anfang