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 命名空间