共用方式為


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.

上層