共用方式為


TSqlParser.QuotedIdentifier 屬性

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

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property QuotedIdentifier As Boolean 
    Get
'用途
Dim instance As TSqlParser 
Dim value As Boolean 

value = instance.QuotedIdentifier
public bool QuotedIdentifier { get; }
public:
property bool QuotedIdentifier {
    bool get ();
}
member QuotedIdentifier : bool
function get QuotedIdentifier () : boolean

屬性值

型別:System.Boolean
true if quoted identifier handling is on; otherwise, false.

請參閱

參考

TSqlParser 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間