다음을 통해 공유


Declaration.Type 속성

Gets a DeclarationType value that specifies the type of the completion list item.

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

구문

‘선언
Public ReadOnly Property Type As DeclarationType 
    Get
‘사용 방법
Dim instance As Declaration 
Dim value As DeclarationType 

value = instance.Type
public DeclarationType Type { get; }
public:
property DeclarationType Type {
    DeclarationType get ();
}
member Type : DeclarationType
function get Type () : DeclarationType

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Intellisense.DeclarationType
One of the enumeration values that specifies the type of the completion list item.

참고 항목

참조

Declaration 클래스

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