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

Documentation

Support Forums
What can we help you with?
Topics

Slowly Changing Dimension Element

API Type:
Varigence.Languages.Biml.Transformation.AstSlowlyChangingDimensionNode
X-Ref:
  • Ast Slowly Changing Dimension Node
  • Ast Single In Transformation Node
  • Ast Transformation Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
ConnectionNameAstOleDbConnectionNode 
This value specifies a direct reference to the OLE DB connection where the query will be executed. This is a required reference to an existing definiton.
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
DefaultCodePageInt320
This value specifies which default code page to use when the data source does not specify a default code page.
EnableInferredMemberBooleanTrue
This value determines whether the Slowly Changing Dimension transformation will check for inferred member records that require updating.
FailOnFixedAttributeChangeBooleanTrue
This value indicates whether the transformation fails when changes occur in row columns with Fixed attributes. The default value is False.
FailOnLookupFailureBooleanFalse
The value determines whether the transformation fails if no match for an incoming row is found in the lookup table. The default value is False.
IncomingRowChangeTypeSlowlyChangingDimensionIncomingRowChangeTypeDetect
This value determines whether incoming rows are handled as new rows, or whether the type of change is detected for each column and the incoming rows directed to output based on types of changes they contain.
InferredMemberIndicatorString 
This value specifies the name of the column which is used to store inferred member records.
LocaleIdLanguageInherited
This value specifies which locale is used by the dataflow task.
UpdateChangingAttributeHistoryBooleanFalse
This value specifies whether or not historical attribute changes sent to the output path for changing attribute updates.
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
<Query />AstDirectResourceNodeThe AstDirectResourceNode type provides the facility to directly input text data for use in the referencing Biml object. This is a required property
<CurrentRowWhere />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.
<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>
AstScdTypeColumnMappingNode
This is a collection of column mapping definitions that determine how each of the specified columns will be handled with respect to value changes.
<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