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.