Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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 SqlStringBracket ( _
value As String _
) As String
'Usage
Dim value As String
Dim returnValue As String
returnValue = SfcTsqlProcFormatter.SqlStringBracket(value)
public static string SqlStringBracket(
string value
)
public:
static String^ SqlStringBracket(
String^ value
)
static member SqlStringBracket :
value:string -> string
public static function SqlStringBracket(
value : String
) : String
Parameters
- value
Type: System.String
A string that represents the Value.
Return Value
Type: System.String
The SQL bracket.