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