指定指示使用的字符转义在值中的 LikeClauseUnderscore 字符如在 SQL 子句的 DML 语句的数据源的信息的属性。
命名空间: Microsoft.VisualStudio.Data.Framework
程序集: Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)
语法
声明
Public Const LikeClauseUnderscoreEscape As String
public const string LikeClauseUnderscoreEscape
public:
literal String^ LikeClauseUnderscoreEscape
static val mutable LikeClauseUnderscoreEscape: string
public const var LikeClauseUnderscoreEscape : String
备注
Visual Studio 查询设计器使用该信息确定如何分析和验证如在 SQL DML 语句的子句。
此属性的一个示例则该值可能是“!”。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。