This topic has not yet been rated - Rate this topic

MiningServiceParameter Class

Represents an available parameter for the mining service.

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
public sealed class MiningServiceParameter

The MiningServiceParameter type exposes the following members.

  NameDescription
Public propertyDefaultValueGets the default value for this parameter.
Public propertyDescriptionGets the description of the parameter.
Public propertyIsRequiredIndicates whether this parameter is required.
Public propertyNameGets the name of the parameter.
Public propertyParameterTypeGets the type of the parameter value.
Public propertyPropertiesGets the properties for the mining service parameter.
Public propertyServiceNameGets the service name for the mining service parameter.
Public propertyValueEnumerationGets a string that describes possible values for this parameter.
Top
  NameDescription
Public methodEqualsDetermines whether two instances of MiningServiceParameter are equal. (Overrides Object.Equals(Object).)
Public methodGetHashCodeServes as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodToStringGets the name of the mining service parameter. (Overrides Object.ToString().)
Top
  NameDescription
Public operatorStatic memberEqualityDetermines whether two instances of MiningServiceParameter are equal.
Public operatorStatic memberInequalityDetermines whether two instances of MiningServiceParameter are unequal.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.