ISchemaOwnedObjectVisitor<T> Interface

 

Represents a SQL Server schema-owned object visitor.

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

generic<typename T>
public interface class ISchemaOwnedObjectVisitor

Type Parameters

T

The type of the schema-owned object visitor.

NameDescription
System_CAPS_pubmethodVisit(IExtendedStoredProcedure^)

Visits the specified IExtendedStoredProcedure object.

System_CAPS_pubmethodVisit(IScalarValuedFunction^)

Visits the specified IScalarValuedFunction object.

System_CAPS_pubmethodVisit(IStoredProcedure^)

Visits the specified IBuiltInFunction object.

System_CAPS_pubmethodVisit(ISynonym^)

Visits the specified ISynonym object.

System_CAPS_pubmethodVisit(ITable^)

Visits the specified IBuiltInFunction object.

System_CAPS_pubmethodVisit(ITableValuedFunction^)

Visits the specified ITableValuedFunction object.

System_CAPS_pubmethodVisit(IUserDefinedAggregate^)

Visits the specified IUserDefinedAggregate object.

System_CAPS_pubmethodVisit(IUserDefinedClrType^)

Visits the specified IUserDefinedClrType object.

System_CAPS_pubmethodVisit(IUserDefinedDataType^)

Visits the specified IUserDefinedDataType object.

System_CAPS_pubmethodVisit(IUserDefinedTableType^)

Visits the specified IUserDefinedTableType object.

System_CAPS_pubmethodVisit(IView^)

Visits the specified IView object.

Return to top
Show: