Udostępnij za pośrednictwem


Właściwość UserOptions.QuotedIdentifier

Pobiera lub ustawia Boolean wartości właściwość, który określa czy pojedynczych lub podwójnych cudzysłowach służą do ograniczania identyfikatory lub nie.

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.Deploy,  _
    "true")> _
Public Property QuotedIdentifier As Boolean
    Get
    Set
'Użycie
Dim instance As UserOptions
Dim value As Boolean

value = instance.QuotedIdentifier

instance.QuotedIdentifier = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy, 
    "true")]
public bool QuotedIdentifier { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Deploy, 
    L"true")]
public:
property bool QuotedIdentifier {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy, 
    "true")>]
member QuotedIdentifier : bool with get, set
function get QuotedIdentifier () : boolean
function set QuotedIdentifier (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy znaki cudzysłowu służy do ograniczania identyfikatory lub nie
Jeśli True, identyfikatory można rozdzielone znakami cudzysłowu.
Jeśli FAŁSZ (domyślnie), tylko ciąg Literały mogą być rozdzielone w cudzysłów.