Partilhar via


Interface ISchemaOwnedObjectVisitor(T)

Represents a SQL Server schema-owned object visitor.

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

Sintaxe

'Declaração
Public Interface ISchemaOwnedObjectVisitor(Of T)
'Uso
Dim instance As ISchemaOwnedObjectVisitor(Of T)
public interface ISchemaOwnedObjectVisitor<T>
generic<typename T>
public interface class ISchemaOwnedObjectVisitor
type ISchemaOwnedObjectVisitor<'T> =  interface end
JScript não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • T
    The type of the schema-owned object visitor.

Métodos

  Nome Descrição
Método público Visit(IExtendedStoredProcedure) Visits the specified IExtendedStoredProcedure object.
Método público Visit(IScalarValuedFunction) Visits the specified IScalarValuedFunction object.
Método público Visit(IStoredProcedure) Visits the specified IBuiltInFunction object.
Método público Visit(ITable) Visits the specified IBuiltInFunction object.
Método público Visit(ITableValuedFunction) Visits the specified ITableValuedFunction object.
Método público Visit(IUserDefinedAggregate) Visits the specified IUserDefinedAggregate object.
Método público Visit(IUserDefinedClrType) Visits the specified IUserDefinedClrType object.
Método público Visit(IUserDefinedDataType) Visits the specified IUserDefinedDataType object.
Método público Visit(IUserDefinedTableType) Visits the specified IUserDefinedTableType object.
Método público Visit(IView) Visits the specified IView object.

Início