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 命名空间