MiningModelColumn.Type 속성
Gets the MiningColumnType of the column.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public ReadOnly Property Type As MiningColumnType
Get
‘사용 방법
Dim instance As MiningModelColumn
Dim value As MiningColumnType
value = instance.Type
public MiningColumnType Type { get; }
public:
property MiningColumnType Type {
MiningColumnType get ();
}
member Type : MiningColumnType
function get Type () : MiningColumnType
속성 값
유형: Microsoft.AnalysisServices.AdomdServer.MiningColumnType
The type of the column.