Share via


ISchemaOwnedObjectVisitor<T>.Visit Method

Include Protected Members
Include Inherited Members

Visits the specified object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Visit(IExtendedStoredProcedure) Visits the specified IExtendedStoredProcedure object.
Public method Visit(IScalarValuedFunction) Visits the specified IScalarValuedFunction object.
Public method Visit(IStoredProcedure) Visits the specified IBuiltInFunction object.
Public method Visit(ISynonym) Visits the specified ISynonym object.
Public method Visit(ITable) Visits the specified IBuiltInFunction object.
Public method Visit(ITableValuedFunction) Visits the specified ITableValuedFunction object.
Public method Visit(IUserDefinedAggregate) Visits the specified IUserDefinedAggregate object.
Public method Visit(IUserDefinedClrType) Visits the specified IUserDefinedClrType object.
Public method Visit(IUserDefinedDataType) Visits the specified IUserDefinedDataType object.
Public method Visit(IUserDefinedTableType) Visits the specified IUserDefinedTableType object.
Public method Visit(IView) Visits the specified IView object.

Top

See Also

Reference

ISchemaOwnedObjectVisitor<T> Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace