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