共用方式為


DataSourceInformation.LikeClauseUnderscore 欄位

指示指定的萬用字元擷取在值的單一字元與子句中所使用的是 SQL DML 陳述式的資料來源資訊屬性。

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

語法

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

備註

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

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

.NET Framework 安全性

請參閱

參考

DataSourceInformation 類別

Microsoft.VisualStudio.Data.Framework 命名空間