SqlPlanGenerationOptions.ConnectionSettings.QuotedIdentifiers Property
Gets or sets the QuotedIdentifiers value.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property QuotedIdentifiers As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As SqlPlanGenerationOptions..::..ConnectionSettings
Dim value As Nullable(Of Boolean)
value = instance.QuotedIdentifiers
instance.QuotedIdentifiers = value
public Nullable<bool> QuotedIdentifiers { get; set; }
public:
property Nullable<bool> QuotedIdentifiers {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
function get QuotedIdentifiers () : Nullable<boolean>
function set QuotedIdentifiers (value : Nullable<boolean>)
member QuotedIdentifiers : Nullable<bool> with get, set
Property Value
Type: System.Nullable<Boolean>
Remarks
Value may be null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SqlPlanGenerationOptions.ConnectionSettings Class