INavigableItem.IsValid 속성

Gets a value indicating whether given item is valid.

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

구문

‘선언
ReadOnly Property IsValid As Boolean 
    Get
‘사용 방법
Dim instance As INavigableItem 
Dim value As Boolean 

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

속성 값

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

참고 항목

참조

INavigableItem 인터페이스

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