Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.