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.

页首