INodeWithEdit.Editable 속성

Gets a value indicating whether the node supports editing.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property Editable As Boolean 
    Get
‘사용 방법
Dim instance As INodeWithEdit 
Dim value As Boolean 

value = instance.Editable
bool Editable { get; }
property bool Editable {
    bool get ();
}
abstract Editable : bool
function get Editable () : boolean

속성 값

유형: System.Boolean
true if the node supports editing; otherwise, false.

참고 항목

참조

INodeWithEdit 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스