DataSourceInformation.LikeClauseUnderscore 字段

指定指示使用的通配符获取在值中的单个字符与子句的SQL DML语句数据源的信息属性。

命名空间:  Microsoft.VisualStudio.Data
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.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 命名空间