Declaration Class
Represents a completion list item.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | DatabaseQualifiedName | Gets the database-qualified name of the completion list item. |
![]() | Description | Gets the description of the completion list item. |
![]() | Title | Gets the displayed title of the completion list item. |
![]() | Type | Gets a DeclarationType value that specifies the type of the completion list item. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(Declaration^) | Compares the value of the current Declaration object with another object of the same type. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns the description of the completion list item.(Overrides Object::ToString().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


