IDTSConnectionManagerInit100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
This interface is inherited by the ConnectionManagerAdoNetClass and ConnectionManagerSqlMobileClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("3F272A45-C188-445A-BF88-C6568AEAE43D")> _
<InterfaceTypeAttribute()> _
Public Interface IDTSConnectionManagerInit100
'Usage
Dim instance As IDTSConnectionManagerInit100
[GuidAttribute("3F272A45-C188-445A-BF88-C6568AEAE43D")]
[InterfaceTypeAttribute()]
public interface IDTSConnectionManagerInit100
[GuidAttribute(L"3F272A45-C188-445A-BF88-C6568AEAE43D")]
[InterfaceTypeAttribute()]
public interface class IDTSConnectionManagerInit100
[<GuidAttribute("3F272A45-C188-445A-BF88-C6568AEAE43D")>]
[<InterfaceTypeAttribute()>]
type IDTSConnectionManagerInit100 = interface end
public interface IDTSConnectionManagerInit100
The IDTSConnectionManagerInit100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
InitializeConnectionManager | Infrastructure. This interface is inherited by the ConnectionManagerAdoNetClass and ConnectionManagerSqlMobileClass. |
Top