Compartilhar via


Classe MiningServiceParameter

Represents an available parameter for the mining service.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public NotInheritable Class MiningServiceParameter _
    Implements IDisposable, IMetadataObject
'Uso
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

O tipo MiningServiceParameter expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DefaultValue Gets the default value for this parameter.
Propriedade pública Description Gets the description of the parameter.
Propriedade pública IsRequired Gets a Boolean indicating if this parameter is required.
Propriedade pública Name Gets the name of the parameter.
Propriedade pública ParameterType Gets the type of the parameter value.
Propriedade pública Properties Gets the properties for the mining service parameter.
Propriedade pública ServiceName Gets the service name for the mining service parameter.
Propriedade pública UniqueName Gets the unique name of the MiningServiceParameter.
Propriedade pública ValueEnumeration Gets a string that describes possible values for this parameter.

Início

Métodos

  Nome Descrição
Método público {dtor} Releases all resources used by the MiningServiceParameter.
Método público Dispose Releases all resources used by the MiningServiceParameter.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdServer