Share via


MetadataDisplayInfoProvider Class

Defines a set of methods that provide extended display information for metadata objects.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.MetadataProvider.MetadataDisplayInfoProvider

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Class MetadataDisplayInfoProvider _
    Implements IMetadataDisplayInfoProvider
'Usage
Dim instance As MetadataDisplayInfoProvider
public class MetadataDisplayInfoProvider : IMetadataDisplayInfoProvider
public ref class MetadataDisplayInfoProvider : IMetadataDisplayInfoProvider
type MetadataDisplayInfoProvider =  
    class 
        interface IMetadataDisplayInfoProvider 
    end
public class MetadataDisplayInfoProvider implements IMetadataDisplayInfoProvider

The MetadataDisplayInfoProvider type exposes the following members.

Constructors

  Name Description
Public method MetadataDisplayInfoProvider Initializes a new instance of the MetadataDisplayInfoProvider class.

Top

Properties

  Name Description
Public property BuiltInCasing Gets or sets the CasingStyle that is used.

Top

Methods

  Name Description
Public method CollectionToString<T>(IMetadataCollection<T>, Boolean) Gets a string representation of the specified IMetadataCollection<T> object.
Public method CollectionToString<T>(IMetadataOrderedCollection<T>, Boolean) Gets a string representation of the specified IMetadataOrderedCollection<T> object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDatabaseQualifiedName Gets the database-qualified name of the specified IMetadataObject object.
Public method GetDescription Gets the description of the specified IMetadataObject object.
Public method GetDisplayName Gets the display name of the specified IMetadataObject object.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ObjectToString Gets a string representation of the specified IMetadataObject object.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace