Type プロパティ

列挙するオブジェクトの種類を示す値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
アセンブリ:  Microsoft.SqlServer.ForEachADOEnumerator (Microsoft.SqlServer.ForEachADOEnumerator.dll)

構文

'宣言
Property Type As ADOEnumerationType
    Get
    Set
'使用
Dim instance As IDTSForEachADOEnumerator
Dim value As ADOEnumerationType

value = instance.Type

instance.Type = value
ADOEnumerationType Type { get; set; }
property ADOEnumerationType Type {
    ADOEnumerationType get ();
    void set (ADOEnumerationType value);
}
abstract Type : ADOEnumerationType with get, set
function get Type () : ADOEnumerationType
function set Type (value : ADOEnumerationType)

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO. . :: . .ADOEnumerationType
列挙の対象を示す ADOEnumerationType 列挙の値です。