Интерфейс ISchemaOwnedObjectVisitor(T)
Represents a SQL Server schema-owned object visitor.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Interface ISchemaOwnedObjectVisitor(Of T)
'Применение
Dim instance As ISchemaOwnedObjectVisitor(Of T)
public interface ISchemaOwnedObjectVisitor<T>
generic<typename T>
public interface class ISchemaOwnedObjectVisitor
type ISchemaOwnedObjectVisitor<'T> = interface end
JScript не поддерживает стандартные типы и методы.
Параметры типа
- T
The type of the schema-owned object visitor.
Методы
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало