IDatabaseIndex 介面
模型化資料庫索引。
命名空間: Microsoft.Data.Schema.SchemaModel.Abstract
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Interface IDatabaseIndex _
Inherits IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IDatabaseIndex : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IDatabaseIndex : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type IDatabaseIndex =
interface
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface IDatabaseIndex extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
IDatabaseIndex 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ElementClass | 取得項目的中繼資料類別。 (繼承自 IModelElement)。 | |
IndexedObject | 索引物件。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定項目的名稱。 (繼承自 IModelElement)。 | |
ResolutionStatus | 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。 | |
SourceCodePositions | 取得定義這個項目的來源清單。 (繼承自 IModelElement)。 | |
ValidationStatus | 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。 |
回頁首
方法
回頁首