Méthode SfcUtility.GetSmlUri
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Shared Function GetSmlUri ( _
urn As Urn, _
instanceType As Type _
) As String
'Utilisation
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
Paramètres
- urn
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Specifies the uniform resource name of the uri
- instanceType
Type : System.Type
The instance type of the uri.
Valeur de retour
Type : System.String
The equivalent SML-URI for a given uri.