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