Sdílet prostřednictvím


SfcSecureString.EscapeBracket Method

Escapes the execution of the specified objects inside the bracket. 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 EscapeBracket ( _
    value As String _
) As String
'Usage
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

Parameters

  • value
    Type: System.String
    The input string containing the name of the value.

Return Value

Type: System.String
The objects inside the specified bracket.