MiningService.AvailableParameters 属性

获取可用于此服务的挖掘服务参数。

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property AvailableParameters As MiningServiceParameterCollection 
    Get
用法
Dim instance As MiningService 
Dim value As MiningServiceParameterCollection 

value = instance.AvailableParameters
public MiningServiceParameterCollection AvailableParameters { get; }
public:
property MiningServiceParameterCollection^ AvailableParameters {
    MiningServiceParameterCollection^ get ();
}
member AvailableParameters : MiningServiceParameterCollection
function get AvailableParameters () : MiningServiceParameterCollection

属性值

类型:Microsoft.AnalysisServices.AdomdServer.MiningServiceParameterCollection
一个可用于此服务的挖掘服务参数集合。

请参阅

参考

MiningService 类

Microsoft.AnalysisServices.AdomdServer 命名空间