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 네임스페이스