MiningAttribute.ValueColumn 속성
Gets the MiningModelColumn that represents the value column for the attribute.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public ReadOnly Property ValueColumn As MiningModelColumn
Get
‘사용 방법
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
속성 값
유형: Microsoft.AnalysisServices.AdomdClient.MiningModelColumn
A MiningModelColumn that represents the value column for the attribute.
주의
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 nullnull 참조(Visual Basic에서는 Nothing).