INavigationContext.ViewIdentity 속성

Gets the view identity that is used to query a view from the navigation service.

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

구문

‘선언
ReadOnly Property ViewIdentity As String 
    Get
‘사용 방법
Dim instance As INavigationContext 
Dim value As String 

value = instance.ViewIdentity
string ViewIdentity { get; }
property String^ ViewIdentity {
    String^ get ();
}
abstract ViewIdentity : string
function get ViewIdentity () : String

속성 값

유형: System.String
A string that represents the view identity that is used to query a view.

참고 항목

참조

INavigationContext 인터페이스

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