Condividi tramite


Metodo SfcSecureString.EscapeBracket

Escapes the execution of the specified objects inside the bracket. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Shared Function EscapeBracket ( _
    value As String _
) As String
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

SfcSecureString Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc