Freigeben über


SfcSecureString.SmlUnEscape-Methode

Uses the UnEscape method for the sml to secure the string. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Shared Function SmlUnEscape ( _
    escapedString As String _
) As String
'Usage
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

Parameter

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

Rückgabewert

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

Siehe auch

Verweis

SfcSecureString Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace