ExtensionMethods Class

Defines a set of extension methods for the IMetadataObject interface.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class ExtensionMethods
'Usage
public static class ExtensionMethods
public ref class ExtensionMethods abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ExtensionMethods =  class end
public final class ExtensionMethods

The ExtensionMethods type exposes the following members.

Properties

  Name Description
Public propertyStatic member DisplayInfoProvider Gets the IMetadataDisplayInfoProvider object that is used to retrieve the display information properties of the IMetadataObject object.

Top

Methods

  Name Description
Public methodStatic member GetDatabaseQualifiedName Gets the database-qualified name of the specified IMetadataObject object.
Public methodStatic member GetDescription Gets the description of the specified IMetadataObject object.
Public methodStatic member GetDisplayName Gets the display name of the specified IMetadataObject object.
Public methodStatic member ToString Returns a string representation of the specified IMetadataObject 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