Share via


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 네임스페이스