次の方法で共有


ForEachEnumeratorHostClass.HostType プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Public Overridable ReadOnly Property HostType As DTSObjectHostType 
    Get
'使用
Dim instance As ForEachEnumeratorHostClass 
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

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectHostType
DTSObjectHostType 列挙の値です。

実装

IDTSObjectHost100.HostType

関連項目

参照

ForEachEnumeratorHostClass クラス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間