• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Script Component Source Element

API Type:
Varigence.Languages.Biml.Transformation.AstScriptComponentSourceNode
Attributes
 AttributeAPI TypeDefaultDescription
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program.
LocaleIdLanguageInherited
This value specifies which locale is used by the dataflow task.
ProjectCoreNameString 
This value specifies the name of the script project and its resulting build outputs.
ValidateExternalMetadataBooleantrue
This value specifies whether the data flow transformation is validated against columns that originated in external data sources. When server assets such as tables and stored procedures are created during processing, ValidateExternalMetadata is normally set to False, which prevents validation from completing at compile time.

Singleton Children

 ChildAPI TypeDescription
<ScriptComponentProjectReference />AstComponentScriptProjectReferenceResourceNodeThis resource type is used to reference an existing component script project.
<ScriptComponentProject />AstComponentScriptProjectResourceNodeThis resource type is used to create a new component script project.
<ErrorHandling />AstComponentErrorHandlingNodeSpecifies the error handling defaults to apply to an entire component

Collection Children

 ChildAPI TypeDescription
<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.
<DataflowOverrides>
    Multiple Choices...
</DataflowOverrides>
AstDataflowOverrideNode
Provides a collection of objects to override properties of the component, its input paths, its output paths, and its consituent dataflow columns.
<ReadOnlyVariables>
    <ReadOnlyVariable />
</ReadOnlyVariables>
AstVariableResourceNode
This provides a collection of read-only variables that will be added to the referenced ScriptProject.
<ReadWriteVariables>
    <ReadWriteVariable />
</ReadWriteVariables>
AstVariableResourceNode
This provides a collection of read-write variables that will be added to the referenced ScriptProject.

© Varigence