Поделиться через


Свойство 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 IStoredProcedure
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.