Freigeben über


ConnectionManagerHostClass.HostType-Eigenschaft

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

Gets an enumeration that describes the type of host that the connection is being used by. This property is read-only.

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

Syntax

'Declaration
Public Overridable ReadOnly Property HostType As DTSObjectHostType 
    Get
'Usage
Dim instance As ConnectionManagerHostClass 
Dim value As DTSObjectHostType 

value = instance.HostType
public virtual DTSObjectHostType HostType { get; }
public:
virtual property DTSObjectHostType HostType {
    DTSObjectHostType get ();
}
abstract HostType : DTSObjectHostType 
override HostType : DTSObjectHostType
function get HostType () : DTSObjectHostType

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType
One of the enumeration values of the DTSObjectHostType enumeration.

Implementiert

IDTSObjectHost100.HostType

Hinweise

For more information, see ConnectionManager.

Siehe auch

Verweis

ConnectionManagerHostClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace