IsQuotedIdentifierOn 属性

Gets a Boolean value that indicates whether the quoted identifier option is on.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property IsQuotedIdentifierOn As Boolean
    Get
用法
Dim instance As ITableViewBase
Dim value As Boolean

value = instance.IsQuotedIdentifierOn
bool IsQuotedIdentifierOn { get; }
property bool IsQuotedIdentifierOn {
    bool get ();
}
abstract IsQuotedIdentifierOn : bool
function get IsQuotedIdentifierOn () : boolean

属性值

类型:System. . :: . .Boolean
A Boolean value that indicates whether the quoted identifier option is on.