言語

INameHandler.Name(INodeInformation) メソッド

定義

オブジェクトの名前を取得する。

public:
 System::String ^ Name(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public string Name(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member Name : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> string
Public Function Name (source As INodeInformation) As String

パラメーター

source
INodeInformation

ターゲットノードを示す INodeInformation

返品

表示される名前。

適用対象