不要直接在程式碼中參照此成員。其支援 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
參數
- urn
型別:Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Specifies the uniform resource name of the uri
- instanceType
型別:System.Type
The instance type of the uri.
傳回值
型別:System.String
The equivalent SML-URI for a given uri.