次の方法で共有


ISpatialIndex インターフェイス

SQL Server 空間インデックスを表します。

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
Public Interface ISpatialIndex _
    Inherits IIndex, IMetadataObject
'使用
Dim instance As ISpatialIndex
public interface ISpatialIndex : IIndex, 
    IMetadataObject
public interface class ISpatialIndex : IIndex, 
    IMetadataObject
type ISpatialIndex =  
    interface
        interface IIndex
        interface IMetadataObject
    end
public interface ISpatialIndex extends IIndex, IMetadataObject

ISpatialIndex 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Name メタデータ オブジェクトの名前を取得します。 (IMetadataObject から継承されています。)
パブリック プロパティ Parent このオブジェクトの親である ITabular オブジェクトを取得します。 (IIndex から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Accept< (Of < <' (T> ) > > ) 指定した IMetadataObjectVisitor<(Of <(<'T>)>)> オブジェクトからのアクセスを許可します。 (IMetadataObject から継承されています。)

先頭に戻る