Свойство IsEnumerable
Indicates whether the user interface is modal or enumerable.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Design
Сборка: Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)
Синтаксис
'Декларация
ReadOnly Property IsEnumerable As Boolean
Get
'Применение
Dim instance As IDtsLogProviderUI
Dim value As Boolean
value = instance.IsEnumerable
bool IsEnumerable { get; }
property bool IsEnumerable {
bool get ();
}
abstract IsEnumerable : bool
function get IsEnumerable () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true indicates enumerable; false if modal.
См. также