Partager via


Méthode SfcSecureString.SmlEscape

Indicates the escape of the SML (Semantic Markup Language) to secure a string. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Function SmlEscape ( _
    originalString As String _
) As String
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

SfcSecureString Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc