ScalarMiningStructureColumn.Source Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the source for the column.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[MergablePropertyAttribute(false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
public Binding Source { get; set; }
public:
[MergablePropertyAttribute(false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
property Binding^ Source {
    Binding^ get();
    void set(Binding^ value);
}
[<MergablePropertyAttribute(false)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")>]
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(IsNullable = false)>]
member Source : Binding with get, set
<MergablePropertyAttribute(False)>
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")>
<ReadOnlyAttribute(True)>
<XmlElementAttribute(IsNullable := False)>
Public Property Source As Binding

Property Value

Type: Microsoft.AnalysisServices.Binding

The binding that indicates the source of the column data.

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.

See Also

ScalarMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top