Freigeben über


EscapeBracket-Methode

Escapes the execution of the specified objects inside the bracket. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Parameter

Rückgabewert

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