ScalarMiningStructureColumn.Source Property

Definition

Gets or sets the source for the column.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.Binding Source { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Source : Microsoft.AnalysisServices.Binding with get, set
Public Property Source As Binding

Property Value

The binding that indicates the source of the column data.

Attributes

Remarks

If the columns in the mining structure have the same names as the columns in the data source view, you do not need to set a binding for each column, but can specify the binding when you create the mining structure.

Applies to