Partilhar via


Propriedade do RDL TSqlObjectOptions.QuotedIdentifier

Gets or sets a value that indicates whether the QUOTED_IDENTIFIER setting for objects is on or off.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Property QuotedIdentifier As Nullable(Of Boolean)
    Get 
    Set
'Uso
Dim instance As TSqlObjectOptions 
Dim value As Nullable(Of Boolean)

value = instance.QuotedIdentifier

instance.QuotedIdentifier = value
public Nullable<bool> QuotedIdentifier { get; set; }
public:
property Nullable<bool> QuotedIdentifier {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member QuotedIdentifier : Nullable<bool> with get, set
function get QuotedIdentifier () : Nullable<boolean>
function set QuotedIdentifier (value : Nullable<boolean>)

Valor da propriedade

Tipo: System.Nullable<Boolean>
true if the QUOTED_IDENTIFIER setting for objects is on or off; otherwise, false.

Consulte também

Referência

TSqlObjectOptions Classe

Namespace Microsoft.SqlServer.Dac.Model