表示任意元素。 它不考虑形状,但会考虑正文依赖项。
命名空间:  Microsoft.Data.Schema.SchemaModel.Abstract
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public Interface IScript _
    Inherits IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IScript : IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IScript : IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type IScript =  
    interface
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface IScript extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
IScript 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | BodyDependencies | 获取正文依赖项的列表。 | 
| .gif) | BodyScript | 获取或设置正文脚本。 | 
| .gif) | ElementClass | 获取元素的元数据类。 (继承自 IModelElement。) | 
| .gif) | Model | 获取模型引用。 (继承自 IModelEntity。) | 
| .gif) | Name | 获取或设置元素的名称。 (继承自 IModelElement。) | 
| .gif) | ResolutionStatus | 获取或设置模型元素解析状态的值。 (继承自 IModelElement。) | 
| .gif) | SourceCodePositions | 获取用于定义此元素的源的列表。 (继承自 IModelElement。) | 
| .gif) | ValidationStatus | 获取或设置模型元素验证状态的值。 (继承自 IModelElement。) | 
页首
方法
页首
.gif)