Decodes the specified SQL Server identifier 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Shared Function DecodeSqlName ( _
name As String _
) As String
'用途
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
參數
- name
型別:System.String
The SQL Server identifier to decode.
傳回值
型別:System.String
The original SQL Server identifier with the PowerShell encoding removed.