IDatabaseObjectVisitor(T) インターフェイス
データベース オブジェクト ビジターを表します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
Public Interface IDatabaseObjectVisitor(Of T) _
Inherits IServerOwnedObjectVisitor(Of T), IDatabaseOwnedObjectVisitor(Of T), ISchemaOwnedObjectVisitor(Of T)
'使用
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
JScript は汎用の型およびメソッドをサポートしていません。
型パラメーター
- T
データベース オブジェクト ビジターの種類です。
メソッド
先頭に戻る
.gif)