Metodo SfcSecureString.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

  • originalString
    Tipo: System.String
    A string value of the original string.

Valore restituito

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

Vedere anche

Riferimento

SfcSecureString Classe

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