IsQuotedIdentifierOn 属性

Gets or sets a Boolean value that indicates whether the quoted identifier is on.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Property IsQuotedIdentifierOn As Boolean
    Get
    Set
用法
Dim instance As IMutableTableViewBase
Dim value As Boolean

value = instance.IsQuotedIdentifierOn

instance.IsQuotedIdentifierOn = value
bool IsQuotedIdentifierOn { get; set; }
property bool IsQuotedIdentifierOn {
    bool get ();
    void set (bool value);
}
abstract IsQuotedIdentifierOn : bool with get, set
function get IsQuotedIdentifierOn () : boolean
function set IsQuotedIdentifierOn (value : boolean)

属性值

类型:System. . :: . .Boolean
A Boolean value that indicates whether the quoted identifier is on.

实现

ITableViewBase. . :: . .IsQuotedIdentifierOn