TSqlObjectOptions.QuotedIdentifier Property
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 (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property QuotedIdentifier As Nullable(Of Boolean)
Get
Set
'Usage
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>)
Property Value
Type: System.Nullable<Boolean>
true if the QUOTED_IDENTIFIER setting for objects is on or off; otherwise, false.