共用方式為


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 命名空間