Interfejs IDatabaseObjectVisitor<T>
Reprezentuje odwiedzający obiektu bazy danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw: Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)
Składnia
'Deklaracja
Public Interface IDatabaseObjectVisitor(Of T) _
Inherits IServerOwnedObjectVisitor(Of T), IDatabaseOwnedObjectVisitor(Of T), ISchemaOwnedObjectVisitor(Of T)
'Użycie
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
Język JScript nie obsługuje ogólnych typów i metod.
Parametry typów
- T
Typ obiektu bazy danych przez osobę odwiedzającą.
Metody
Do góry
.gif)