Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides methods for initializing the properties of a connection manager.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("112263FC-77AF-4811-B2CC-F134EBE9707B")> _
Public Interface IDTSConnectionManagerInit100
'Usage
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
The IDTSConnectionManagerInit100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
InitializeConnectionManager | Infrastructure. Initializes the properties of the connection manager instance using the given parameters. |
Top
Remarks
This interface is inherited by the ConnectionManagerAdoNetClass and ConnectionManagerSqlMobileClass.