Udostępnij za pośrednictwem


Właściwość Database.QuotedIdentifiersEnabled

Pobiera lub ustawia wartość logiczna 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)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property QuotedIdentifiersEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As Database
Dim value As Boolean

value = instance.QuotedIdentifiersEnabled

instance.QuotedIdentifiersEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool QuotedIdentifiersEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
virtual property bool QuotedIdentifiersEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
abstract QuotedIdentifiersEnabled : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
override QuotedIdentifiersEnabled : bool with get, set
final function get QuotedIdentifiersEnabled () : boolean
final 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 zasady.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.

Implementacje

IDatabaseOptions.QuotedIdentifiersEnabled

Uwagi

Tę opcję można zmienić za pomocą Transact-SQL instrukcja ALTER DATABASE.