Interfaccia IServerOwnedObjectVisitor(T)
Represents a server-owned object visitor.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface IServerOwnedObjectVisitor(Of T)
'Utilizzo
Dim instance As IServerOwnedObjectVisitor(Of T)
public interface IServerOwnedObjectVisitor<T>
generic<typename T>
public interface class IServerOwnedObjectVisitor
type IServerOwnedObjectVisitor<'T> = interface end
JScript non supporta i metodi e i tipi generici.
Parametri di tipo
- T
The type of the server-owned object visitor.
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
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. |
In alto
.gif)