共用方式為


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.