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