Condividi tramite


Metodo ConvertUrnToPath

Converts the specified SMO Uniform Resource Names (URN) to a PowerShell path. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Shared Function ConvertUrnToPath ( _
    urn As Urn _
) As String
'Utilizzo
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

Parametri

Valore restituito

Tipo: System. . :: . .String
The equivalent PowerShell path.