Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IDTSConnectionManagerInit100-Typ macht folgende Elemente verfügbar.
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
InitializeConnectionManager | Infrastruktur Initializes the properties of the connection manager instance using the given parameters. |
Zum Anfang
Hinweise
This interface is inherited by the ConnectionManagerAdoNetClass and ConnectionManagerSqlMobileClass.
.gif)