MetadataDisplayInfoProvider Class
SQL Server 2012
Defines a set of methods that provide extended display information for metadata objects.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
The MetadataDisplayInfoProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MetadataDisplayInfoProvider | Initializes a new instance of the MetadataDisplayInfoProvider class. |
| Name | Description | |
|---|---|---|
![]() | CollectionToString<T>(IMetadataCollection<T>, Boolean) | Gets a string representation of the specified IMetadataCollection<T> object. |
![]() | CollectionToString<T>(IMetadataOrderedCollection<T>, Boolean) | Gets a string representation of the specified IMetadataOrderedCollection<T> object. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDatabaseQualifiedName | Gets the database-qualified name of the specified IMetadataObject object. |
![]() | GetDescription | Gets the description of the specified IMetadataObject object. |
![]() | GetDisplayName | Gets the display name of the specified IMetadataObject object. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ObjectToString | Gets a string representation of the specified IMetadataObject object. |
![]() | ToString | (Inherited from Object.) |

