Compartilhar via


Método SfcSqlPathUtilities.DecodeSqlName (array<String )

Decodes the specified SQL Server identifiers. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Shared Function DecodeSqlName ( _
    names As String() _
) As String()
'Uso
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[]

Parâmetros

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

Valor de retorno

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

Consulte também

Referência

SfcSqlPathUtilities Classe

Sobrecarregado DecodeSqlName

Namespace Microsoft.SqlServer.Management.Sdk.Sfc