次の方法で共有


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

パラメーター

戻り値

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