MiningAttribute.ValueColumn Property

Gets the MiningModelColumn that represents the value column for the attribute.

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

Syntax

'Declaration
Public ReadOnly Property ValueColumn As MiningModelColumn 
    Get
'Usage
Dim instance As MiningAttribute 
Dim value As MiningModelColumn 

value = instance.ValueColumn
public MiningModelColumn ValueColumn { get; }
public:
virtual property MiningModelColumn^ ValueColumn {
    MiningModelColumn^ get () sealed;
}
abstract ValueColumn : MiningModelColumn 
override ValueColumn : MiningModelColumn
final function get ValueColumn () : MiningModelColumn

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningModelColumn
A MiningModelColumn that represents the value column for the attribute.

Remarks

If this attribute is associated with case-level columns, ValueColumn is the column that contains the value of the attribute.

If this attribute is associated with a nested table that contains a key column and a value column, the ValueColumn is the column that contains a property of the key column.

If this attribute is associated with a nested table that contains a key column and no value column, ValueColumn is nulla null reference (Nothing in Visual Basic).

See Also

Reference

MiningAttribute Class

Microsoft.AnalysisServices.AdomdServer Namespace