Condividi tramite


Metodo DecodeSqlName (String[])

Decodes the specified SQL Server identifiers. 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 DecodeSqlName ( _
    names As String() _
) As String()
'Utilizzo
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[]

Parametri

  • names
    Tipo: array<System. . :: . .String> [] () [] []
    An array that contains the SQL Server identifiers to decode.

Valore restituito

Tipo: array<System. . :: . .String> [] () [] []
The original SQL Server identifier with the PowerShell encoding removed.