Classe MiningParameter
Represents an algorithm-specific parameter on the MiningModel.
Hiérarchie d'héritage
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningParameter
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public NotInheritable Class MiningParameter _
Implements IDisposable, IMetadataObject
'Utilisation
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
Le type MiningParameter expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
{dtor} | Releases all resources used by the MiningParameter. | |
Dispose | Releases all resources used by the MiningParameter. | |
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.