Partilhar via


Método SfcSecureString.EscapeBracket

Escapes the execution of the specified objects inside the bracket. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Shared Function EscapeBracket ( _
    value As String _
) As String
'Uso
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

Parâmetros

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

Valor de retorno

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

Consulte também

Referência

SfcSecureString Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc