MetadataDisplayInfoProvider Class
Defines a set of methods that provide extended display information for metadata objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Microsoft.SqlServer.Management.SqlParser.MetadataProvider::MetadataDisplayInfoProvider
| Name | Description | |
|---|---|---|
![]() | MetadataDisplayInfoProvider() | Initializes a new instance of the MetadataDisplayInfoProvider class. |
| 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. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from 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. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ObjectToString(IMetadataObject^) | Gets a string representation of the specified IMetadataObject object. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


