Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates the escape of the SML (Semantic Markup Language) to secure a string. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function SmlEscape ( _
originalString As String _
) As String
'Usage
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
Parameter
- originalString
Typ: System.String
A string value of the original string.
Rückgabewert
Typ: System.String
A string that represents the escape of the SML.