DataItem.Source Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the source object for current DataItem.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Binding

A Binding object that has the source for current DataItem.

See Also

DataItem Class
Microsoft.AnalysisServices Namespace

Return to top