ParseOptions.IsQuotedIdentifierSet 속성

Gets a value that indicates whether quoted strings are treated as identifiers or as strings.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Parser
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Property IsQuotedIdentifierSet As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As ParseOptions 
Dim value As Boolean 

value = instance.IsQuotedIdentifierSet

instance.IsQuotedIdentifierSet = value
public bool IsQuotedIdentifierSet { get; set; }
public:
property bool IsQuotedIdentifierSet {
    bool get ();
    void set (bool value);
}
member IsQuotedIdentifierSet : bool with get, set
function get IsQuotedIdentifierSet () : boolean 
function set IsQuotedIdentifierSet (value : boolean)

속성 값

유형: System.Boolean
true if quoted strings are treated as identifiers; otherwise false.

참고 항목

참조

ParseOptions 클래스

Microsoft.SqlServer.Management.SqlParser.Parser 네임스페이스