Поделиться через


Интерфейс 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.

В начало