Метод SmlUnEscape
Uses the UnEscape method for the sml to secure the string. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Shared Function SmlUnEscape ( _
escapedString As String _
) As String
'Применение
Dim escapedString As String
Dim returnValue As String
returnValue = SfcSecureString.SmlUnEscape(escapedString)
public static string SmlUnEscape(
string escapedString
)
public:
static String^ SmlUnEscape(
String^ escapedString
)
static member SmlUnEscape :
escapedString:string -> string
public static function SmlUnEscape(
escapedString : String
) : String
Параметры
- escapedString
Тип: System. . :: . .String
A string that represents the value that escaped.
Возвращаемое значение
Тип: System. . :: . .String
A string that represents the SML that do not escape.