Свойство 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.