ExtensionMethods Class
Defines a set of extension methods for the IMetadataObject interface.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DisplayInfoProvider | Gets the IMetadataDisplayInfoProvider object that is used to retrieve the display information properties of the IMetadataObject object. |
| Name | Description | |
|---|---|---|
![]() ![]() | GetDatabaseQualifiedName(IMetadataObject^) | Gets the database-qualified name of the specified IMetadataObject object. |
![]() ![]() | GetDescription(IMetadataObject^) | Gets the description of the specified IMetadataObject object. |
![]() ![]() | GetDisplayName(IMetadataObject^) | Gets the display name of the specified IMetadataObject object. |
![]() ![]() | ToString(IMetadataObject^) | Returns a string representation of the specified IMetadataObject object. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


