Método SmlUnEscape
Uses the UnEscape method for the sml to secure the string. 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
Public Shared Function SmlUnEscape ( _
escapedString As String _
) As String
'Uso
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
Parâmetros
- escapedString
Tipo: System. . :: . .String
A string that represents the value that escaped.
Valor de retorno
Tipo: System. . :: . .String
A string that represents the SML that do not escape.