Freigeben über


ConnectionManagerHost-Schnittstelle

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see ConnectionManagerHostClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")> _
Public Interface ConnectionManagerHost _
    Inherits IDTSName100
'Usage
Dim instance As ConnectionManagerHost
[GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")]
public interface ConnectionManagerHost : IDTSName100
[GuidAttribute(L"3ED97632-0404-4E74-B662-C7C28C98E4BA")]
public interface class ConnectionManagerHost : IDTSName100
[<GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")>]
type ConnectionManagerHost =  
    interface
        interface IDTSName100
    end
public interface ConnectionManagerHost extends IDTSName100

Der ConnectionManagerHost-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreationName Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.)
Öffentliche Eigenschaft Description Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.)
Öffentliche Eigenschaft ID Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.)
Öffentliche Eigenschaft Name Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.)

Zum Anfang