Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the SQL bracket of the SfcTsqlProcFormatter class with the specified value parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function SqlBracket ( _
value As String _
) As String
'Usage
Dim value As String
Dim returnValue As String
returnValue = SfcTsqlProcFormatter.SqlBracket(value)
public static string SqlBracket(
string value
)
public:
static String^ SqlBracket(
String^ value
)
static member SqlBracket :
value:string -> string
public static function SqlBracket(
value : String
) : String
Parameters
- value
Type: System.String
A string that represents a value.
Return Value
Type: System.String
The SQL bracket.