Proprietà IDtsLogProviderUI.IsEnumerable

Indicates whether the user interface is modal or enumerable.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsEnumerable As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
true indicates enumerable; false if modal.

Vedere anche

Riferimento

IDtsLogProviderUI Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Design