Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Uses the UnEscape process in the XML (Extensible Markup Language) to secure the specified 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 XmlUnEscape ( _
escapedString As String _
) As String
'Usage
Dim escapedString As String
Dim returnValue As String
returnValue = SfcSecureString.XmlUnEscape(escapedString)
public static string XmlUnEscape(
string escapedString
)
public:
static String^ XmlUnEscape(
String^ escapedString
)
static member XmlUnEscape :
escapedString:string -> string
public static function XmlUnEscape(
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 XML that do not escape.