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 命名空间