共用方式為


TrainingSetSize 屬性

Returns the size, as a count of cases, of the data set that was used for training when the model was created.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.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
An integer that indicates the number of cases.