MetadataObjectBase Class

 

Provides the abstract base class for a metadata object.

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

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

public ref class MetadataObjectBase abstract : IMetadataObject

NameDescription
System_CAPS_protmethodMetadataObjectBase(String^)

Initializes a new instance of the MetadataObjectBase class that has the specified name.

NameDescription
System_CAPS_pubpropertyName

Gets the name of the metadata object.

NameDescription
System_CAPS_pubmethodAccept<T>(IMetadataObjectVisitor<T>^)

Accepts a visit from the specified IMetadataObjectVisitor<T> object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the current metadata object.(Overrides Object::ToString().)

NameDescription
System_CAPS_protfieldm_name

Gets the name of the metadata 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: