MiningServiceParameter Class
Updated: March 10, 2016
Represents an available parameter for the mining service.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two instances of MiningServiceParameter are equal.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Gets the name of the mining service parameter.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(MiningServiceParameter^, MiningServiceParameter^) | Determines whether two instances of MiningServiceParameter are equal. |
![]() ![]() | Inequality(MiningServiceParameter^, MiningServiceParameter^) | Determines whether two instances of MiningServiceParameter are unequal. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



