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


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

В начало