Udostępnij za pośrednictwem


Właściwość QuotedIdentifiersEnabled

Pobiera lub ustawia Boolean wartości właściwość, która określa, czy identyfikatory rozdzielany znakami cudzysłowu (" ") są Transact-SQL zarezerwowanych słowa kluczowe lub zawierają znaki, zazwyczaj nie są dozwolone przez Transact-SQL reguły składni.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
<DisplayDescriptionKeyAttribute("Database_QuotedIdentifiersEnabledDesc")> _
<DisplayNameKeyAttribute("Database_QuotedIdentifiersEnabledName")> _
Property QuotedIdentifiersEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.QuotedIdentifiersEnabled

instance.QuotedIdentifiersEnabled = value
[DisplayDescriptionKeyAttribute("Database_QuotedIdentifiersEnabledDesc")]
[DisplayNameKeyAttribute("Database_QuotedIdentifiersEnabledName")]
bool QuotedIdentifiersEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_QuotedIdentifiersEnabledDesc")]
[DisplayNameKeyAttribute(L"Database_QuotedIdentifiersEnabledName")]
property bool QuotedIdentifiersEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Database_QuotedIdentifiersEnabledDesc")>]
[<DisplayNameKeyAttribute("Database_QuotedIdentifiersEnabledName")>]
abstract QuotedIdentifiersEnabled : bool with get, set
function get QuotedIdentifiersEnabled () : boolean
function set QuotedIdentifiersEnabled (value : boolean)

Wartość właściwości

Typ: System. . :: . .Boolean
A Boolean wartość określająca, czy identyfikatory rozdzielany znakami cudzysłowu są Transact-SQL zarezerwowanych słowa kluczowe lub zawierają znaki, zazwyczaj nie są dozwolone przez Transact-SQL reguły składni.
Jeśli True, identyfikatorów rozdzielone w podwójny cudzysłów interpretuje jako identyfikatory obiektów.
Jeśli False, identyfikatory rozdzielany znakami cudzysłowu są ciągi zawierające znaki, zazwyczaj nie są dozwolone przez Transact-SQL reguły składni, takie jak apostrofów.

Uwagi

Tę opcję można także zmienić, używając instrukcji ALTER DATABASE języka Transact-SQL.