Type 속성
Gets or sets a value that indicates what type of object to enumerate over.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
어셈블리: Microsoft.SqlServer.ForEachADOEnumerator.dll의 Microsoft.SqlServer.ForEachADOEnumerator
구문
‘선언
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.