Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the MiningModelColumn that represents the value column for the attribute.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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:
property MiningModelColumn^ ValueColumn {
MiningModelColumn^ get ();
}
member ValueColumn : MiningModelColumn
function get ValueColumn () : MiningModelColumn
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdClient.MiningModelColumn
A MiningModelColumn that represents the value column for the attribute.
Hinweise
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 nullein NULL-Verweis (Nothing in Visual Basic).