IsEnumerable-Eigenschaft
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
Eigenschaftenwert
Typ: System. . :: . .Boolean
true indicates enumerable; false if modal.