다음을 통해 공유


Identifier.QuoteType 속성

Gets or sets the quote type.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property QuoteType As QuoteType 
    Get 
    Set
‘사용 방법
Dim instance As Identifier 
Dim value As QuoteType 

value = instance.QuoteType

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.QuoteType
The quote type.

참고 항목

참조

Identifier 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스