AdoDotNetObjectIdentifierConverter.RequiresQuoting 方法

指示指定的标识符部件是否需要引号。

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

参数

返回值

类型:System.Boolean
指示标识符部件是否的 Boolean 值需要加引号。

备注

对继承者的说明

默认实现返回 false。指定该标识符需要引号的条件的重写。

.NET Framework 安全性

请参见

参考

AdoDotNetObjectIdentifierConverter 类

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间