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

Documentation

Support Forums
What can we help you with?
Topics

Unpivot Element

API Type:
Varigence.Languages.Biml.Transformation.AstUnpivotNode
X-Ref:
  • Ast Unpivot Node
  • Ast Single In Transformation Node
  • Ast Transformation Node
  • Ast Scope Boundary Node

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. This is a required property
AutoPassThroughBooleanTrue
This value specifies whether unspecified columns will automatically be passed through to the output path. The default is True.
LocaleIdLanguageInherited
This value specifies which locale is used by the dataflow task.
PivotKeyValueColumnCodePageInt320
This value specifies the code page of the dataflow column referenced by PivotKeyValueColumnName.
PivotKeyValueColumnDataTypeDbTypeString
This value specifies the data type of the dataflow column referenced by PivotKeyValueColumnName.
PivotKeyValueColumnLengthInt32255
This value specifies the length of the dataflow column referenced by PivotKeyValueColumnName.
PivotKeyValueColumnNameString"PivotKeyValue"
This value specifies the name of the dataflow column that will be used for the name of the columns in the unpivoted data. The default is 'PivotKeyValue'.
PivotKeyValueColumnPrecisionInt320
This value specifies the precision of the dataflow column referenced by PivotKeyValueColumnName.
PivotKeyValueColumnScaleInt320
This value specifies the scale of the dataflow column referenced by PivotKeyValueColumnName.
PivotKeyValueColumnSsisDataTypeOverrideSsisDataTypeVarigence.Utility.DataType.SsisDataType.DT_EMPTY
Specifies the SSIS Data Type that should be used for the output column. This value overrides the value specified in the PivotKeyValueColumnDataType property.
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
<ErrorHandling />AstComponentErrorHandlingNodeSpecifies the error handling defaults to apply to an entire component
<InputPath />AstDataflowInputPathNodeAstDataflowInputPathNode is used to model input paths in a SQL Server Integration Services dataflow task. Connections are made by referencing an appropriate output path.

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.
<Columns>
    <Column />
</Columns>
AstUnpivotColumnNode
This is a collection of column mapping definitions that control how individual columns are unpivoted.
<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.

© Varigence