Método SfcSqlPathUtilities.ConvertUrnToPath
Converts the specified SMO Uniform Resource Names (URN) to a PowerShell path. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Shared Function ConvertUrnToPath ( _
urn As Urn _
) As String
'Uso
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
Parâmetros
- urn
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The SMO URN to convert.
Valor de retorno
Tipo: System.String
The equivalent PowerShell path.