This topic has not yet been rated - Rate this topic

MetadataDisplayInfoProvider Class

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

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)
public class MetadataDisplayInfoProvider : IMetadataDisplayInfoProvider

The MetadataDisplayInfoProvider type exposes the following members.

  NameDescription
Public methodMetadataDisplayInfoProviderInitializes a new instance of the MetadataDisplayInfoProvider class.
Top
  NameDescription
Public propertyBuiltInCasingGets or sets the CasingStyle that is used.
Top
  NameDescription
Public methodCollectionToString<T>(IMetadataCollection<T>, Boolean)Gets a string representation of the specified IMetadataCollection<T> object.
Public methodCollectionToString<T>(IMetadataOrderedCollection<T>, Boolean)Gets a string representation of the specified IMetadataOrderedCollection<T> object.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDatabaseQualifiedNameGets the database-qualified name of the specified IMetadataObject object.
Public methodGetDescriptionGets the description of the specified IMetadataObject object.
Public methodGetDisplayNameGets the display name of the specified IMetadataObject object.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodObjectToStringGets a string representation of the specified IMetadataObject object.
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.