Freigeben über


SfcSqlPathUtilities.DecodeSqlName-Methode (array<String )

Decodes the specified SQL Server identifiers. 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 DecodeSqlName ( _
    names As String() _
) As String()
'Usage
Dim names As String()
Dim returnValue As String()

returnValue = SfcSqlPathUtilities.DecodeSqlName(names)
public static string[] DecodeSqlName(
    string[] names
)
public:
static array<String^>^ DecodeSqlName(
    array<String^>^ names
)
static member DecodeSqlName : 
        names:string[] -> string[] 
public static function DecodeSqlName(
    names : String[]
) : String[]

Parameter

  • names
    Typ: array<System.String[]
    An array that contains the SQL Server identifiers to decode.

Rückgabewert

Typ: array<System.String[]
The original SQL Server identifier with the PowerShell encoding removed.

Siehe auch

Verweis

SfcSqlPathUtilities Klasse

DecodeSqlName-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace