Partager via


Méthode SfcSecureString.EscapeBracket

Escapes the execution of the specified objects inside the bracket. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Function EscapeBracket ( _
    value As String _
) As String
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

SfcSecureString Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc