Поделиться через


Класс MiningServiceParameter

Represents an available parameter for the mining service.

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public NotInheritable Class MiningServiceParameter
'Применение
Dim instance As MiningServiceParameter
public sealed class MiningServiceParameter
public ref class MiningServiceParameter sealed
[<SealedAttribute>]
type MiningServiceParameter =  class end
public final class MiningServiceParameter

Тип MiningServiceParameter обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether two instances of MiningServiceParameter are equal. (Переопределяет 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. (Переопределяет Object.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString Gets the name of the mining service parameter. (Переопределяет Object.ToString().)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality Determines whether two instances of MiningServiceParameter are equal.
Открытый операторСтатический элемент Inequality Determines whether two instances of MiningServiceParameter are unequal.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdClient