Freigeben über


SfcSqlPathUtilities.ConvertUrnToPath-Methode

Converts the specified SMO Uniform Resource Names (URN) to a PowerShell path. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Parameter

Rückgabewert

Typ: System.String
The equivalent PowerShell path.

Siehe auch

Verweis

SfcSqlPathUtilities Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace