Compartir a través de


SfcSecureString.SmlEscape Método

Indicates the escape of the SML (Semantic Markup Language) to secure a string. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Shared Function SmlEscape ( _
    originalString As String _
) As String
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

SfcSecureString Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc