Freigeben über


SfcUtility.GetSmlUri-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Shared Function GetSmlUri ( _
    urn As Urn, _
    instanceType As Type _
) As String
'Usage
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

Parameter

  • instanceType
    Typ: System.Type
    The instance type of the uri.

Rückgabewert

Typ: System.String
The equivalent SML-URI for a given uri.

Siehe auch

Verweis

SfcUtility Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace