SfcSqlPathUtilities.DecodeSqlName Method (String)
Decodes the specified SQL Server identifier 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 ( _
name As String _
) As String
'Usage
Dim name As String
Dim returnValue As String
returnValue = SfcSqlPathUtilities.DecodeSqlName(name)
public static string DecodeSqlName(
string name
)
public:
static String^ DecodeSqlName(
String^ name
)
static member DecodeSqlName :
name:string -> string
public static function DecodeSqlName(
name : String
) : String
Parameters
- name
Type: System.String
The SQL Server identifier to decode.
Return Value
Type: System.String
The original SQL Server identifier with the PowerShell encoding removed.