Partilhar via


Propriedade do RDL IsQuotedIdentifierOn

Gets a Boolean value that indicates if the quoted identifier option is set.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
ReadOnly Property IsQuotedIdentifierOn As Boolean
    Get
'Uso
Dim instance As IDatabaseDdlTrigger
Dim value As Boolean

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

Valor da propriedade

Tipo: System. . :: . .Boolean
A Boolean value that indicates if the quoted identifier option is set.