IDTSConnectionManagerMarshalControl100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
The IDTSConnectionManagerMarshalControl100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanClone | Infrastructure. Gets a value that indicates whether connection manager can be cloned. | |
CanMarshal | Infrastructure. Gets a value that indicates whether connection manager can be marshaled. |
Top
Methods
Name | Description | |
---|---|---|
ConfigureClone | Infrastructure. Prepares the connection manager for cloning. |
Top