SfcSqlPathUtilities.ConvertUrnToPath Método
Converts the specified SMO Uniform Resource Names (URN) to a PowerShell path. 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 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 devuelto
Tipo: System.String
The equivalent PowerShell path.