共用方式為


IsEditable 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Runtime.Design
組件:  Microsoft.SqlServer.Dts.Design (在 Microsoft.SqlServer.Dts.Design.dll 中)

語法

'宣告
ReadOnly Property IsEditable As Boolean
    Get
'用途
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

屬性值

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