Condividi tramite


Proprietà QuotedIdentifierStatus

Ottiene o imposta un valore della proprietà Boolean che specifica se gli identificatori delimitati da virgolette doppie sono parole chiave riservate di Transact-SQL o includono caratteri normalmente non consentiti in base alle regole di sintassi di Transact-SQL.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property QuotedIdentifierStatus As Boolean
    Get
    Set
'Utilizzo
Dim instance As Trigger
Dim value As Boolean

value = instance.QuotedIdentifierStatus

instance.QuotedIdentifierStatus = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool QuotedIdentifierStatus { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool QuotedIdentifierStatus {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member QuotedIdentifierStatus : bool with get, set
function get QuotedIdentifierStatus () : boolean
function set QuotedIdentifierStatus (value : boolean)

Valore proprietà

Tipo: System. . :: . .Boolean
Valore Boolean che specifica se il trigger supporta gli identificatori delimitati.
Se True, il trigger supporta gli identificatori delimitati.
Se False (impostazione predefinita), il trigger non supporta gli identificatori delimitati.