Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Indicates the escape of the SML (Semantic Markup Language) to secure a string. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Parameters
- originalString
Type: System.String
A string value of the original string.
Return Value
Type: System.String
A string that represents the escape of the SML.