Condividi tramite


Metodo SmlEscape

Indicates the escape of the SML (Semantic Markup Language) to secure a 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 SmlEscape ( _
    originalString As String _
) As String
'Utilizzo
Dim originalString As String
Dim returnValue As String

returnValue = SfcSecureString.SmlEscape(originalString)
public static string SmlEscape(
    string originalString
)
public:
static String^ SmlEscape(
    String^ originalString
)
static member SmlEscape : 
        originalString:string -> string 
public static function SmlEscape(
    originalString : String
) : String

Parametri

Valore restituito

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