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 | |
---|---|---|
Visit(IExtendedStoredProcedure) | Visits the specified IExtendedStoredProcedure object. | |
Visit(IScalarValuedFunction) | Visits the specified IScalarValuedFunction object. | |
Visit(IStoredProcedure) | Visits the specified IBuiltInFunction object. | |
Visit(ISynonym) | Visits the specified ISynonym object. | |
Visit(ITable) | Visits the specified IBuiltInFunction object. | |
Visit(ITableValuedFunction) | Visits the specified ITableValuedFunction object. | |
Visit(IUserDefinedAggregate) | Visits the specified IUserDefinedAggregate object. | |
Visit(IUserDefinedClrType) | Visits the specified IUserDefinedClrType object. | |
Visit(IUserDefinedDataType) | Visits the specified IUserDefinedDataType object. | |
Visit(IUserDefinedTableType) | Visits the specified IUserDefinedTableType object. | |
Visit(IView) | Visits the specified IView object. |
Top