Propriedade do RDL IDtsLogProviderUI.IsEditable
Indicates whether the ConfigString property on the log provider is editable.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)
Sintaxe
'Declaração
ReadOnly Property IsEditable As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
true if the ConfigString property on the log provider is editable.