Indicates the SQL bracket of the SfcTsqlProcFormatter class with the specified value parameter. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Shared Function SqlBracket ( _
value As String _
) As String
'用途
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
參數
- value
型別:System.String
A string that represents a value.
傳回值
型別:System.String
The SQL bracket.