IDatabaseObjectVisitor(T) 接口

Represents a database object visitor.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Interface IDatabaseObjectVisitor(Of T) _
    Inherits IServerOwnedObjectVisitor(Of T), IDatabaseOwnedObjectVisitor(Of T), ISchemaOwnedObjectVisitor(Of T)
用法
Dim instance As IDatabaseObjectVisitor(Of T)
public interface IDatabaseObjectVisitor<T> : IServerOwnedObjectVisitor<T>, 
    IDatabaseOwnedObjectVisitor<T>, ISchemaOwnedObjectVisitor<T>
generic<typename T>
public interface class IDatabaseObjectVisitor : IServerOwnedObjectVisitor<T>, 
    IDatabaseOwnedObjectVisitor<T>, ISchemaOwnedObjectVisitor<T>
type IDatabaseObjectVisitor<'T> =  
    interface
        interface IServerOwnedObjectVisitor<'T>
        interface IDatabaseOwnedObjectVisitor<'T>
        interface ISchemaOwnedObjectVisitor<'T>
    end
JScript 不支持一般类型和方法。

类型参数

  • T
    The type of the database object visitor.

方法

  名称 说明
公共方法 Visit(IApplicationRole) Visits the specified IBuiltInFunction object. (从 IDatabaseOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IAsymmetricKey) Visits the specified IAsymmetricKey object. (从 IDatabaseOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(ICertificate) Visits the specified ICertificate object. (从 IDatabaseOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(ICredential) Visits the specified ICredential object. (从 IServerOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IDatabase) Visits the specified IDatabase object. (从 IServerOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IDatabaseDdlTrigger) Visits the specified IDatabaseDdlTrigger object. (从 IDatabaseOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IDatabaseRole) Visits the specified IDatabaseRole object. (从 IDatabaseOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IExtendedStoredProcedure) Visits the specified IExtendedStoredProcedure object. (从 ISchemaOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IFileGroup) Visits the specified IFileGroup object. (从 IDatabaseOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(ILogin) Visits the specified ILogin object. (从 IServerOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IPartitionScheme) Visits the specified IPartitionScheme object. (从 IDatabaseOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IScalarValuedFunction) Visits the specified IScalarValuedFunction object. (从 ISchemaOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(ISchema) Visits the specified ISchema object. (从 IDatabaseOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IServer) Visits the specified IServer object.
公共方法 Visit(IServerDdlTrigger) Visits the specified IServerDdlTrigger object. (从 IServerOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IStoredProcedure) Visits the specified IBuiltInFunction object. (从 ISchemaOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(ITable) Visits the specified IBuiltInFunction object. (从 ISchemaOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(ITableValuedFunction) Visits the specified ITableValuedFunction object. (从 ISchemaOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IUser) Visits the specified IUser object. (从 IDatabaseOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IUserDefinedAggregate) Visits the specified IUserDefinedAggregate object. (从 ISchemaOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IUserDefinedClrType) Visits the specified IUserDefinedClrType object. (从 ISchemaOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IUserDefinedDataType) Visits the specified IUserDefinedDataType object. (从 ISchemaOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IUserDefinedTableType) Visits the specified IUserDefinedTableType object. (从 ISchemaOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)
公共方法 Visit(IView) Visits the specified IView object. (从 ISchemaOwnedObjectVisitor< (Of < ( <'T> ) > ) > 继承。)

页首