IDTSConnectionManagerInit100 接口

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

Provides methods for initializing the properties of a connection manager.

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

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("112263FC-77AF-4811-B2CC-F134EBE9707B")> _
Public Interface IDTSConnectionManagerInit100
用法
Dim instance As IDTSConnectionManagerInit100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("112263FC-77AF-4811-B2CC-F134EBE9707B")]
public interface IDTSConnectionManagerInit100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"112263FC-77AF-4811-B2CC-F134EBE9707B")]
public interface class IDTSConnectionManagerInit100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("112263FC-77AF-4811-B2CC-F134EBE9707B")>]
type IDTSConnectionManagerInit100 =  interface end
public interface IDTSConnectionManagerInit100

IDTSConnectionManagerInit100 类型公开以下成员。

方法

  名称 说明
公共方法 InitializeConnectionManager 基础结构。Initializes the properties of the connection manager instance using the given parameters.

页首

注释

This interface is inherited by the ConnectionManagerAdoNetClass and ConnectionManagerSqlMobileClass.

请参阅

参考

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