Compartir a través de


SfcUtility.GetSmlUri Método

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Shared Function GetSmlUri ( _
    urn As Urn, _
    instanceType As Type _
) As String
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

SfcUtility Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc