Partilhar via


Método Urn.UnEscapeString

Removes an escape string used in an XPathExpression. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
<ComVisibleAttribute(False)> _
Public Shared Function UnEscapeString ( _
    escapedValue As String _
) As String
'Uso
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

Parâmetros

  • escapedValue
    Tipo: System.String
    The escape character '\' to remove.

Valor de retorno

Tipo: System.String
A string value with the escape characters removed.

Consulte também

Referência

Urn Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc