Condividi tramite


Proprietà IDtsLogProviderUI.IsEditable

Indicates whether the ConfigString property on the log provider is editable.

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

Sintassi

'Dichiarazione
ReadOnly Property IsEditable As Boolean 
    Get
'Utilizzo
Dim instance As IDtsLogProviderUI 
Dim value As Boolean 

value = instance.IsEditable
bool IsEditable { get; }
property bool IsEditable {
    bool get ();
}
abstract IsEditable : bool
function get IsEditable () : boolean

Valore proprietà

Tipo: System.Boolean
true if the ConfigString property on the log provider is editable.

Vedere anche

Riferimento

IDtsLogProviderUI Interfaccia

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