IDatabaseObjectVisitor<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 IDatabaseObjectVisitor<T> : Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabaseOwnedObjectVisitor<T>, Microsoft.SqlServer.Management.SqlParser.Metadata.ISchemaOwnedObjectVisitor<T>, Microsoft.SqlServer.Management.SqlParser.Metadata.IServerOwnedObjectVisitor<T>
type IDatabaseObjectVisitor<'T> = interface
interface IServerOwnedObjectVisitor<'T>
interface IDatabaseOwnedObjectVisitor<'T>
interface ISchemaOwnedObjectVisitor<'T>
Public Interface IDatabaseObjectVisitor(Of T)
Implements IDatabaseOwnedObjectVisitor(Of T), ISchemaOwnedObjectVisitor(Of T), IServerOwnedObjectVisitor(Of T)
Type Parameters
- T
- Derived
- Implements