次の方法で共有


SmlUnEscape メソッド

文字列をセキュリティ保護するために、SML に UnEscape メソッドを使用します。このメンバーをコード内で直接参照しないでください。このメンバーは、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

パラメーター

戻り値

型: System. . :: . .String
エスケープしない SML を表す文字列です。