DimensionAttribute.CustomRollupColumn Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the details of the column that provide a custom rollup formula.

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

Syntax

[BrowsableAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
[MergablePropertyAttribute(false)]
[DefaultValueAttribute(null)]
public DataItem CustomRollupColumn { get; set; }
public:
[BrowsableAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
[MergablePropertyAttribute(false)]
[DefaultValueAttribute(null)]
property DataItem^ CustomRollupColumn {
    DataItem^ get();
    void set(DataItem^ value);
}
[<BrowsableAttribute(true)>]
[<XmlElementAttribute(IsNullable = false)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
[<MergablePropertyAttribute(false)>]
[<DefaultValueAttribute(null)>]
member CustomRollupColumn : DataItem with get, set
<BrowsableAttribute(True)>
<XmlElementAttribute(IsNullable := False)>
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>
<EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
<MergablePropertyAttribute(False)>
<DefaultValueAttribute(Nothing)>
Public Property CustomRollupColumn As DataItem

Property Value

Type: Microsoft.AnalysisServices.DataItem

A DataItem object that contains details of the column that provide a custom rollup formula.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top