DataSourceInformation.LikeClausePercentEscape 欄位
指定用來表示的字元逸出在值的 LikeClausePercent 字元與子句中所使用的是 SQL DML 陳述式的資料來源資訊屬性。
命名空間: Microsoft.VisualStudio.Data.Framework
組件: Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)
語法
'宣告
Public Const LikeClausePercentEscape As String
public const string LikeClausePercentEscape
public:
literal String^ LikeClausePercentEscape
static val mutable LikeClausePercentEscape: string
public const var LikeClausePercentEscape : String
備註
Visual Studio 查詢設計工具會使用這項資訊決定剖析及驗證這與 SQL DML 陳述式的子句。
這個屬性的範例值可能是「!」。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。