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 | |
---|---|---|
BuiltInCasing | Gets or sets the CasingStyle that is used. |
Top
Methods
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 | Gets the database-qualified name of the specified IMetadataObject object. | |
GetDescription | Gets the description of the specified IMetadataObject object. | |
GetDisplayName | Gets the display name of the specified IMetadataObject object. | |
ObjectToString | Gets a string representation of the specified IMetadataObject object. |
Top
See Also
Reference
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace