INodeWithAltName.NodeName 속성

Gets the real name and not the displayed name of the node.

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

구문

‘선언
ReadOnly Property NodeName As String 
    Get
‘사용 방법
Dim instance As INodeWithAltName 
Dim value As String 

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

속성 값

유형: System.String
A string that represents the alternate name of the node.

참고 항목

참조

INodeWithAltName 인터페이스

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