Поделиться через


Метод DecodeSqlName (String[])

Decodes the specified SQL Server identifiers. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Shared Function DecodeSqlName ( _
    names As String() _
) As String()
'Применение
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[]

Параметры

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

Возвращаемое значение

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