ConnectionManagerHostClass.HostType Property

Definition

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

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSObjectHostType HostType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSObjectHostType get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType HostType { get; }
member this.HostType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType
Public Overridable ReadOnly Property HostType As DTSObjectHostType

Property Value

One of the enumeration values of the DTSObjectHostType enumeration.

Implements

Remarks

For more information, see ConnectionManager.

Applies to