INodeWithVisibility.ShouldShow 속성

Gets a value indicating whether a node should be shown.

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

구문

‘선언
ReadOnly Property ShouldShow As Boolean 
    Get
‘사용 방법
Dim instance As INodeWithVisibility 
Dim value As Boolean 

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

속성 값

유형: System.Boolean
true if shown; otherwise, false.

참고 항목

참조

INodeWithVisibility 인터페이스

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