Compartir a través de


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

Valor devuelto

Tipo: System.String
The equivalent PowerShell path.

Vea también

Referencia

SfcSqlPathUtilities Clase

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