Метод SfcSecureString.EscapeBracket

Escapes the execution of the specified objects inside the bracket. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Shared Function EscapeBracket ( _
    value As String _
) As String
'Применение
Dim value As String 
Dim returnValue As String 

returnValue = SfcSecureString.EscapeBracket(value)
public static string EscapeBracket(
    string value
)
public:
static String^ EscapeBracket(
    String^ value
)
static member EscapeBracket : 
        value:string -> string
public static function EscapeBracket(
    value : String
) : String

Параметры

  • value
    Тип: System.String
    The input string containing the name of the value.

Возвращаемое значение

Тип: System.String
The objects inside the specified bracket.

См. также

Справочник

SfcSecureString Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc