Urn.GetNameForType メソッド

type パラメーターによって指定されたフィルターから name 属性を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Function GetNameForType ( _
    type As String _
) As String
'使用
Dim instance As Urn 
Dim type As String 
Dim returnValue As String 

returnValue = instance.GetNameForType(type)
public string GetNameForType(
    string type
)
public:
String^ GetNameForType(
    String^ type
)
member GetNameForType : 
        type:string -> string
public function GetNameForType(
    type : String
) : String

パラメーター

  • type
    型: System.String
    レベル名を示す文字列です。

戻り値

型: System.String
名前を示す文字列値です。

関連項目

参照

Urn クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間