IDTSForEachADOEnumerator.Type 属性

Gets or sets a value that indicates what type of object to enumerate over.

命名空间:  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
A value from the ADOEnumerationType enumeration that indicates what to enumerate over.

请参阅

参考

IDTSForEachADOEnumerator 接口

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO 命名空间