IMetadataDisplayInfoProvider Interface
Defines methods that provide extended display information properties about metadata objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | BuiltInCasing | Gets or sets the CasingStyle that is used. |
| 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. |
![]() | GetDatabaseQualifiedName(IMetadataObject^) | Gets the database-qualified name of the specified IMetadataObject object. |
![]() | GetDescription(IMetadataObject^) | Gets the description of the specified IMetadataObject object. |
![]() | GetDisplayName(IMetadataObject^) | Gets the display name of the specified IMetadataObject object. |
![]() | ObjectToString(IMetadataObject^) | Gets a string representation of the specified IMetadataObject object. |
Show:

