Share via


ConnectionManagerHost Interface

This API supports the infrastructure and is not intended to be used directly from your code.

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

The ConnectionManagerHost type exposes the following members.

Properties

  Name Description
Public property CreationName Infrastructure. For more information, see IDTSName. (Inherited from IDTSName100.)
Public property Description Infrastructure. For more information, see IDTSName. (Inherited from IDTSName100.)
Public property ID Infrastructure. For more information, see IDTSName. (Inherited from IDTSName100.)
Public property Name Infrastructure. For more information, see IDTSName. (Inherited from IDTSName100.)

Top