Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Indicates whether the user interface is modal or enumerable.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
ReadOnly Property IsEnumerable As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true indicates enumerable; false if modal.