Share via


SfcUtility.GetSmlUri メソッド

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public Shared Function GetSmlUri ( _
    urn As Urn, _
    instanceType As Type _
) As String
'使用
Dim urn As Urn 
Dim instanceType As Type 
Dim returnValue As String 

returnValue = SfcUtility.GetSmlUri(urn, _
    instanceType)
public static string GetSmlUri(
    Urn urn,
    Type instanceType
)
public:
static String^ GetSmlUri(
    Urn^ urn, 
    Type^ instanceType
)
static member GetSmlUri : 
        urn:Urn * 
        instanceType:Type -> string
public static function GetSmlUri(
    urn : Urn, 
    instanceType : Type
) : String

パラメーター

  • instanceType
    型: System.Type
    URI のインスタンスの型です。

戻り値

型: System.String
指定した URI の同等の SML-URI です。

関連項目

参照

SfcUtility クラス

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