DimensionAttribute.CustomRollupPropertiesColumn Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.DataItem

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

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top