IMetadataObjectVisitor<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IMetadataObjectVisitor<T> : Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabaseObjectVisitor<T>, Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabaseOwnedObjectVisitor<T>, Microsoft.SqlServer.Management.SqlParser.Metadata.ISchemaOwnedObjectVisitor<T>, Microsoft.SqlServer.Management.SqlParser.Metadata.IServerOwnedObjectVisitor<T>
type IMetadataObjectVisitor<'T> = interface
interface IDatabaseObjectVisitor<'T>
interface IServerOwnedObjectVisitor<'T>
interface IDatabaseOwnedObjectVisitor<'T>
interface ISchemaOwnedObjectVisitor<'T>
Public Interface IMetadataObjectVisitor(Of T)
Implements IDatabaseObjectVisitor(Of T), IDatabaseOwnedObjectVisitor(Of T), ISchemaOwnedObjectVisitor(Of T), IServerOwnedObjectVisitor(Of T)
Type Parameters
- T
- Implements