Gets or sets a value that indicates whether the QUOTED_IDENTIFIER setting for objects is on or off.
네임스페이스: Microsoft.SqlServer.Dac.Model
어셈블리: Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)
구문
‘선언
Public Property QuotedIdentifier As Nullable(Of Boolean)
Get
Set
‘사용 방법
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>)
속성 값
유형: System.Nullable<Boolean>
true if the QUOTED_IDENTIFIER setting for objects is on or off; otherwise, false.