IScript Interface
Represents any element. It does not care about shape, but it does care about body dependencies.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IScript _
Inherits IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As IScript
public interface IScript : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IScript : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IScript extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder