IMetadataDisplayInfoProvider Interface

Defines methods that provide extended display information properties about metadata objects.

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

Syntax

'Declaration
Public Interface IMetadataDisplayInfoProvider
'Usage
Dim instance As IMetadataDisplayInfoProvider
public interface IMetadataDisplayInfoProvider
public interface class IMetadataDisplayInfoProvider
type IMetadataDisplayInfoProvider =  interface end
public interface IMetadataDisplayInfoProvider

The IMetadataDisplayInfoProvider type exposes the following members.

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 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 ObjectToString Gets a string representation of the specified IMetadataObject object.

Top

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace