Udostępnij za pośrednictwem


Metoda Urn.UnEscapeString

Usuwa ciąg ewakuacji w XPathExpression.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
<ComVisibleAttribute(False)> _
Public Shared Function UnEscapeString ( _
    escapedValue As String _
) As String
'Użycie
Dim escapedValue As String
Dim returnValue As String

returnValue = Urn.UnEscapeString(escapedValue)
[ComVisibleAttribute(false)]
public static string UnEscapeString(
    string escapedValue
)
[ComVisibleAttribute(false)]
public:
static String^ UnEscapeString(
    String^ escapedValue
)
[<ComVisibleAttribute(false)>]
static member UnEscapeString : 
        escapedValue:string -> string 
public static function UnEscapeString(
    escapedValue : String
) : String

Parametry

  • escapedValue
    Typ: System.String
    Znak kontrolny "\" Aby usunąć.

Wartość zwracana

Typ: System.String
Wartość ciąg znaków escape usunięte.