Clase MiningParameter
Represents an algorithm-specific parameter on the MiningModel.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningParameter
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public NotInheritable Class MiningParameter _
Implements IDisposable, IMetadataObject
'Uso
Dim instance As MiningParameter
public sealed class MiningParameter : IDisposable,
IMetadataObject
public ref class MiningParameter sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningParameter =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningParameter implements IDisposable, IMetadataObject
El tipo MiningParameter expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Name | Gets the name of the parameter. | |
Properties | Gets the properties for the mining parameter. | |
UniqueName | Gets the unique name of the parameter. | |
Value | Gets the value of the mining parameter. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
{dtor} | Releases all resources used by the MiningParameter. | |
Dispose | Releases all resources used by the MiningParameter. | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.