Compartir a través de


MiningModel.Parameters Property

Gets a collection of MiningParameter objects that apply to the mining model.

Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parameters As MiningParameterCollection
public MiningParameterCollection Parameters { get; }
public:
property MiningParameterCollection^ Parameters {
    MiningParameterCollection^ get ();
}
/** @property */
public MiningParameterCollection get_Parameters ()
public function get Parameters () : MiningParameterCollection

Valor de propiedad

A MiningParameterCollection that contains the MiningParameter objects that apply to the mining model.

Notas

These parameters are algorithm-specific.

If the model is processed, the return value includes the parameters that were actually used to process the model. These values may be different than the values set by the user. If the model is not processed, no parameters are returned.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

MiningModel Class
MiningModel Members
Microsoft.AnalysisServices.AdomdServer Namespace