ConnectionManagerHostClass.HostType プロパティ

定義

接続を使用しているホストの種類を示す列挙を取得します。 このプロパティは読み取り専用です。

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

プロパティ値

DTSObjectHostType 列挙体の列挙値のいずれかです。

実装

注釈

詳細については、「ConnectionManager」を参照してください。

適用対象