次の方法で共有


IDtsLogProviderUI.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 です。

関連項目

参照

IDtsLogProviderUI インターフェイス

Microsoft.SqlServer.Dts.Runtime.Design 名前空間