Partager via


Interface IServerOwnedObjectVisitor(T)

Represents a server-owned object visitor.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IServerOwnedObjectVisitor(Of T)
'Utilisation
Dim instance As IServerOwnedObjectVisitor(Of T)
public interface IServerOwnedObjectVisitor<T>
generic<typename T>
public interface class IServerOwnedObjectVisitor
type IServerOwnedObjectVisitor<'T> =  interface end
JScript ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

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

Méthodes

  Nom Description
Méthode publique Visit(ICredential) Visits the specified ICredential object.
Méthode publique Visit(IDatabase) Visits the specified IDatabase object.
Méthode publique Visit(ILogin) Visits the specified ILogin object.
Méthode publique Visit(IServerDdlTrigger) Visits the specified IServerDdlTrigger object.

Haut de la page