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.