Partager via


Interface ISchemaOwnedObjectVisitor(T)

Represents a SQL Server schema-owned object visitor.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface ISchemaOwnedObjectVisitor(Of T)
'Utilisation
Dim instance As ISchemaOwnedObjectVisitor(Of T)
public interface ISchemaOwnedObjectVisitor<T>
generic<typename T>
public interface class ISchemaOwnedObjectVisitor
type ISchemaOwnedObjectVisitor<'T> =  interface end
JScript ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

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

Méthodes

  Nom Description
Méthode publique Visit(IExtendedStoredProcedure) Visits the specified IExtendedStoredProcedure object.
Méthode publique Visit(IScalarValuedFunction) Visits the specified IScalarValuedFunction object.
Méthode publique Visit(IStoredProcedure) Visits the specified IBuiltInFunction object.
Méthode publique Visit(ITable) Visits the specified IBuiltInFunction object.
Méthode publique Visit(ITableValuedFunction) Visits the specified ITableValuedFunction object.
Méthode publique Visit(IUserDefinedAggregate) Visits the specified IUserDefinedAggregate object.
Méthode publique Visit(IUserDefinedClrType) Visits the specified IUserDefinedClrType object.
Méthode publique Visit(IUserDefinedDataType) Visits the specified IUserDefinedDataType object.
Méthode publique Visit(IUserDefinedTableType) Visits the specified IUserDefinedTableType object.
Méthode publique Visit(IView) Visits the specified IView object.

Haut de la page