共用方式為


MiningModelAlgorithms.AllValues 屬性

Gets all values of the mining model algorithm.

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

語法

'宣告
Public Shared ReadOnly Property AllValues As String()
    Get
'用途
Dim value As String()

value = MiningModelAlgorithms.AllValues
public static string[] AllValues { get; }
public:
static property array<String^>^ AllValues {
    array<String^>^ get ();
}
static member AllValues : string[]
static function get AllValues () : String[]

屬性值

型別:array<System.String[]
The values returned.

請參閱

參考

MiningModelAlgorithms 類別

Microsoft.AnalysisServices 命名空間