Classe MiningServiceParameter
Represents an available parameter for the mining service.
Hiérarchie d'héritage
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public NotInheritable Class MiningServiceParameter _
Implements IDisposable, IMetadataObject
'Utilisation
Dim instance As MiningServiceParameter
public sealed class MiningServiceParameter : IDisposable,
IMetadataObject
public ref class MiningServiceParameter sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningServiceParameter =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningServiceParameter implements IDisposable, IMetadataObject
Le type MiningServiceParameter expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
DefaultValue | Gets the default value for this parameter. |
![]() |
Description | Gets the description of the parameter. |
![]() |
IsRequired | Gets a Boolean indicating if this parameter is required. |
![]() |
Name | Gets the name of the parameter. |
![]() |
ParameterType | Gets the type of the parameter value. |
![]() |
Properties | Gets the properties for the mining service parameter. |
![]() |
ServiceName | Gets the service name for the mining service parameter. |
![]() |
UniqueName | Gets the unique name of the MiningServiceParameter. |
![]() |
ValueEnumeration | Gets a string that describes possible values for this parameter. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
{dtor} | Releases all resources used by the MiningServiceParameter. |
![]() |
Dispose | Releases all resources used by the MiningServiceParameter. |
![]() |
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.