共用方式為


MiningModel.TrainingSetSize 屬性

Gets the size of the training set used in training the mining model.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property TrainingSetSize As Long 
    Get
'用途
Dim instance As MiningModel 
Dim value As Long 

value = instance.TrainingSetSize
public long TrainingSetSize { get; }
public:
property long long TrainingSetSize {
    long long get ();
}
member TrainingSetSize : int64
function get TrainingSetSize () : long

屬性值

型別:System.Int64
The size of the training set.

請參閱

參考

MiningModel 類別

Microsoft.AnalysisServices.AdomdServer 命名空間