Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the ConfigString property on the log provider is editable.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
ReadOnly Property IsEditable As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true if the ConfigString property on the log provider is editable.