Поделиться через


Свойство 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.