指示指定的标识符部件是否需要引号。
命名空间: Microsoft.VisualStudio.Data.Framework.AdoDotNet
程序集: Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)
语法
声明
Protected Overridable Function RequiresQuoting ( _
identifierPart As String _
) As Boolean
protected virtual bool RequiresQuoting(
string identifierPart
)
protected:
virtual bool RequiresQuoting(
String^ identifierPart
)
abstract RequiresQuoting :
identifierPart:string -> bool
override RequiresQuoting :
identifierPart:string -> bool
protected function RequiresQuoting(
identifierPart : String
) : boolean
参数
- identifierPart
类型:System.String
标识符部件的名称
返回值
类型:System.Boolean
指示标识符部件是否的 Boolean 值需要加引号。
备注
对继承者的说明
默认实现返回 false。指定该标识符需要引号的条件的重写。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。