IsEditable プロパティ

ログ プロバイダの ConfigString プロパティが編集可能かどうかを示します。

名前空間:  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
ログ プロバイダの ConfigString プロパティが編集可能な場合は true です。