共用方式為


SfcSecureString.SmlUnEscape 方法

Uses the UnEscape method for the sml to secure the string. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Shared Function SmlUnEscape ( _
    escapedString As String _
) As String
'用途
Dim escapedString As String 
Dim returnValue As String 

returnValue = SfcSecureString.SmlUnEscape(escapedString)
public static string SmlUnEscape(
    string escapedString
)
public:
static String^ SmlUnEscape(
    String^ escapedString
)
static member SmlUnEscape : 
        escapedString:string -> string
public static function SmlUnEscape(
    escapedString : String
) : String

參數

  • escapedString
    型別:System.String
    A string that represents the value that escaped.

傳回值

型別:System.String
A string that represents the SML that do not escape.

請參閱

參考

SfcSecureString 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間