共用方式為


ISpatialIndex 介面

Represents a SQL Server spatial index.

命名空間:  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 Gets the name of the metadata object. (繼承自 IMetadataObject。)
公用屬性 Parent Gets the ITabular object that is the parent of this object. (繼承自 IIndex。)

上層

方法

  名稱 說明
公用方法 Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。)

上層