Méthode SfcSqlPathUtilities.ConvertUrnToPath
Converts the specified SMO Uniform Resource Names (URN) to a PowerShell path. 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 ConvertUrnToPath ( _
urn As Urn _
) As String
'Utilisation
Dim urn As Urn
Dim returnValue As String
returnValue = SfcSqlPathUtilities.ConvertUrnToPath(urn)
public static string ConvertUrnToPath(
Urn urn
)
public:
static String^ ConvertUrnToPath(
Urn^ urn
)
static member ConvertUrnToPath :
urn:Urn -> string
public static function ConvertUrnToPath(
urn : Urn
) : String
Paramètres
- urn
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The SMO URN to convert.
Valeur de retour
Type : System.String
The equivalent PowerShell path.