MetadataObjectBase Class
Provides the abstract base class for a metadata object.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | MetadataObjectBase(String^) | Initializes a new instance of the MetadataObjectBase class that has the specified name. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name of the metadata object. |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the current metadata object.(Overrides Object::ToString().) |
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:



