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
参数
- 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.