IDTSConnectionManagerMarshalControl100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("181EEA80-CAE5-408B-8CFF-77812A84E42A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSConnectionManagerMarshalControl100
用法
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

IDTSConnectionManagerMarshalControl100 类型公开以下成员。

属性

  名称 说明
公共属性 CanClone 基础结构。Gets a value that indicates whether connection manager can be cloned.
公共属性 CanMarshal 基础结构。Gets a value that indicates whether connection manager can be marshaled.

页首

方法

  名称 说明
公共方法 ConfigureClone 基础结构。Prepares the connection manager for cloning.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间