Udostępnij przez


Metoda SfcSecureString.SmlUnEscape

Używa metoda UnEscape dla sml do zabezpieczenia ciąg.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
Public Shared Function SmlUnEscape ( _
    escapedString As String _
) As String
'Użycie
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

Parametry

  • escapedString
    Typ: System.String
    Ciąg, który reprezentuje wartość wyjściowym.

Wartość zwracana

Typ: System.String
Ciąg, który reprezentuje SML, który nie może wydostawać.