Adf Script Activity Script Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ScriptType | AdfScriptActivityScriptType | Query | Specifies the type of the script that will be executed. This is a required property |
Singleton Children
Child | API Type | Description |
---|---|---|
<Query /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<Parameters> <Parameter /> </Parameters> | AstAdfScriptParameterNode | This collection contains the parameters that will be passed to the script for execution. |