Método SmlEscape
Indicates the escape of the SML (Semantic Markup Language) to secure a string. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System. . :: . .String
A string that represents the escape of the SML.