Share via


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
public MiningModelColumn ValueColumn { get; }
public:
virtual property MiningModelColumn^ ValueColumn {
    MiningModelColumn^ get () sealed;
}
/** @property */
public final MiningModelColumn get_ValueColumn ()
public final function get ValueColumn () : MiningModelColumn

Property Value

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 and value column, 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 null.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MiningAttribute Class
MiningAttribute Members
Microsoft.AnalysisServices.AdomdServer Namespace