Compartir a través de


SfcSecureString.EscapeBracket Método

Escapes the execution of the specified objects inside the bracket. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

SfcSecureString Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc