ScalarMiningStructureColumn.Source Property

Definition

Gets or sets the source for the column.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ScalarMiningStructureColumn_Source")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.Binding Source { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ScalarMiningStructureColumn_Source")>]
[<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

Binding

The binding that indicates the source of the column data.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

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