Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the mining service parameters available to this service.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property AvailableParameters As MiningServiceParameterCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningServiceParameterCollection
A collection of mining service parameters available to this service.