IScriptSourcedModelElement 接口
为具有脚本源的所有模型元素提供接口。
命名空间: Microsoft.Data.Schema.SchemaModel
程序集: Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public Interface IScriptSourcedModelElement _
Inherits IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IScriptSourcedModelElement : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IScriptSourcedModelElement : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type IScriptSourcedModelElement =
interface
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface IScriptSourcedModelElement extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
IScriptSourcedModelElement 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ElementClass | 获取元素的元数据类。 (继承自 IModelElement。) | |
Model | 获取模型引用。 (继承自 IModelEntity。) | |
Name | 获取或设置元素的名称。 (继承自 IModelElement。) | |
PrimarySource | 获取有关元素的主要源的信息。 | |
ResolutionStatus | 获取或设置模型元素解析状态的值。 (继承自 IModelElement。) | |
SecondarySources | 获取元素的辅助源的列表。 | |
SourceCodePositions | 获取用于定义此元素的源的列表。 (继承自 IModelElement。) | |
ValidationStatus | 获取或设置模型元素验证状态的值。 (继承自 IModelElement。) |
页首
方法
页首