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 | |
|---|---|---|
![]() |
Visit(IExtendedStoredProcedure) | Visits the specified IExtendedStoredProcedure object. |
![]() |
Visit(IScalarValuedFunction) | Visits the specified IScalarValuedFunction object. |
![]() |
Visit(IStoredProcedure) | Visits the specified IBuiltInFunction 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. |
Haut de la page
.gif)