ExtensionMethods Class

 

Defines a set of extension methods for the IMetadataObject interface.

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

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

public ref class ExtensionMethods abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticDisplayInfoProvider

Gets the IMetadataDisplayInfoProvider object that is used to retrieve the display information properties of the IMetadataObject object.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetDatabaseQualifiedName(IMetadataObject^)

Gets the database-qualified name of the specified IMetadataObject object.

System_CAPS_pubmethodSystem_CAPS_staticGetDescription(IMetadataObject^)

Gets the description of the specified IMetadataObject object.

System_CAPS_pubmethodSystem_CAPS_staticGetDisplayName(IMetadataObject^)

Gets the display name of the specified IMetadataObject object.

System_CAPS_pubmethodSystem_CAPS_staticToString(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.

Return to top
Show: