Compartilhar via


Classe MiningServiceParameter

Represents an available parameter for the mining service.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public NotInheritable Class MiningServiceParameter
'Uso
Dim instance As MiningServiceParameter
public sealed class MiningServiceParameter
public ref class MiningServiceParameter sealed
[<SealedAttribute>]
type MiningServiceParameter =  class end
public final class MiningServiceParameter

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 Indicates whether 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 ValueEnumeration Gets a string that describes possible values for this parameter.

Início

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of MiningServiceParameter are equal. (Substitui Object.Equals(Object).)
Método público GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Substitui Object.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público ToString Gets the name of the mining service parameter. (Substitui Object.ToString().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two instances of MiningServiceParameter are equal.
Operador públicoMembro estático Inequality Determines whether two instances of MiningServiceParameter are unequal.

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.AdomdClient