Metodo SfcSecureString.SmlUnEscape

Uses the UnEscape method for the sml to secure the string. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Shared Function SmlUnEscape ( _
    escapedString As String _
) As String
'Utilizzo
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

Parametri

  • escapedString
    Tipo: System.String
    A string that represents the value that escaped.

Valore restituito

Tipo: System.String
A string that represents the SML that do not escape.

Vedere anche

Riferimento

SfcSecureString Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc