指定指示用于与子句的为了获得零或在值中的多个字符通配符在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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。