IMetadataObject Interface

Represents a SQL Server metadata object.

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

Syntax

'Declaration
Public Interface IMetadataObject
'Usage
Dim instance As IMetadataObject
public interface IMetadataObject
public interface class IMetadataObject
type IMetadataObject =  interface end
public interface IMetadataObject

The IMetadataObject type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the metadata object.

Top

Methods

  Name Description
Public method Accept<T> Accepts a visit from the specified IMetadataObjectVisitor<T> object.

Top