Share via


IDtsLogProviderUI.IsEditable Property

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

Property Value

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

See Also

Reference

IDtsLogProviderUI Interface

Microsoft.SqlServer.Dts.Runtime.Design Namespace