共用方式為


DataSourceInformation.LikeClauseUnderscoreEscape 欄位

指定可用來逸出字元在值的 LikeClauseUnderscore 字元與子句中所使用的是 SQL DML 陳述式的資料來源資訊屬性。

命名空間:  Microsoft.VisualStudio.Data.Framework
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)

語法

'宣告
Public Const LikeClauseUnderscoreEscape As String
public const string LikeClauseUnderscoreEscape
public:
literal String^ LikeClauseUnderscoreEscape
static val mutable LikeClauseUnderscoreEscape: string
public const var LikeClauseUnderscoreEscape : String

備註

Visual Studio 查詢設計工具會使用這項資訊決定剖析及驗證這與 SQL DML 陳述式的子句。

這個屬性的範例值可能是「!」。

.NET Framework 安全性

請參閱

參考

DataSourceInformation 類別

Microsoft.VisualStudio.Data.Framework 命名空間