Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
'Declaration
<BrowsableAttribute(True)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property CustomRollupPropertiesColumn As DataItem
Get
Set
'Usage
Dim instance As DimensionAttribute
Dim value As DataItem
value = instance.CustomRollupPropertiesColumn
instance.CustomRollupPropertiesColumn = value
[BrowsableAttribute(true)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public DataItem CustomRollupPropertiesColumn { get; set; }
[BrowsableAttribute(true)]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataItem^ CustomRollupPropertiesColumn {
DataItem^ get ();
void set (DataItem^ value);
}
[<BrowsableAttribute(true)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>]
member CustomRollupPropertiesColumn : DataItem with get, set
function get CustomRollupPropertiesColumn () : DataItem
function set CustomRollupPropertiesColumn (value : 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.