Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Decodes the specified SQL Server identifiers. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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[]
Parameters
- names
Type: array<System.String[]
An array that contains the SQL Server identifiers to decode.
Return Value
Type: array<System.String[]
The original SQL Server identifier with the PowerShell encoding removed.