Compartir a través de


TSqlObjectOptions.QuotedIdentifier Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

TSqlObjectOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model