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 | |
---|---|---|
DefaultValue | Gets the default value for this parameter. | |
Description | Gets the description of the parameter. | |
IsRequired | Indicates whether 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. | |
ValueEnumeration | Gets a string that describes possible values for this parameter. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether two instances of MiningServiceParameter are equal. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
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() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Gets the name of the mining service parameter. (Substitui Object. . :: . .ToString() () () ().) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality | Determines whether two instances of MiningServiceParameter are equal. | |
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.