TSqlObjectOptions.QuotedIdentifier 属性

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.

请参阅

参考

TSqlObjectOptions 类

Microsoft.SqlServer.Dac.Model 命名空间