Share via


INameHandler.Name 메서드

Retrieves the name of an object.

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

구문

‘선언
Function Name ( _
    source As INodeInformation _
) As String
‘사용 방법
Dim instance As INameHandler 
Dim source As INodeInformation 
Dim returnValue As String 

returnValue = instance.Name(source)
string Name(
    INodeInformation source
)
String^ Name(
    INodeInformation^ source
)
abstract Name : 
        source:INodeInformation -> string
function Name(
    source : INodeInformation
) : String

매개 변수

반환 값

유형: System.String
The name to be displayed.

참고 항목

참조

INameHandler 인터페이스

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