DimensionAttribute.ValueColumn Property

Gets or sets the column that provides the value of DimensionAttribute.

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

Syntax

'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
<BrowsableAttribute(True)> _
Public Property ValueColumn As DataItem
    Get
    Set
'Usage
Dim instance As DimensionAttribute
Dim value As DataItem

value = instance.ValueColumn

instance.ValueColumn = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
[BrowsableAttribute(true)]
public DataItem ValueColumn { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")]
[BrowsableAttribute(true)]
public:
property DataItem^ ValueColumn {
    DataItem^ get ();
    void set (DataItem^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")>]
[<BrowsableAttribute(true)>]
member ValueColumn : DataItem with get, set
function get ValueColumn () : DataItem
function set ValueColumn (value : DataItem)

Property Value

Type: Microsoft.AnalysisServices.DataItem
A DataItem that identifies the column that provides the value of DimensionAttribute.