IIndex 介面
Represents a SQL Server index.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
Public Interface IIndex _
Inherits IMetadataObject
'用途
Dim instance As IIndex
public interface IIndex : IMetadataObject
public interface class IIndex : IMetadataObject
type IIndex =
interface
interface IMetadataObject
end
public interface IIndex extends IMetadataObject
IIndex 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
Name | Gets the name of the metadata object. (繼承自 IMetadataObject。) |
![]() |
Parent | Gets the ITabular object that is the parent of this object. |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。) |
上層
.gif)
.gif)