Partager via


Méthode SmlEscape

Indicates the escape of the SML (Semantic Markup Language) to secure a string. Ne référencez pas directement 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

Valeur de retour

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