IServerOwnedObjectVisitor(T) 接口

Represents a server-owned object visitor.

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

语法

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

类型参数

  • T
    The type of the server-owned object visitor.

方法

  名称 说明
公共方法 Visit(ICredential) Visits the specified ICredential object.
公共方法 Visit(IDatabase) Visits the specified IDatabase object.
公共方法 Visit(ILogin) Visits the specified ILogin object.
公共方法 Visit(IServerDdlTrigger) Visits the specified IServerDdlTrigger object.

页首