SfcSecureString.SmlUnEscape Método
Uses the UnEscape method for the sml to secure the string. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.String
A string that represents the SML that do not escape.