Класс MiningServiceParameter

Represents an available parameter for the mining service.

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

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningServiceParameter

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство DefaultValue Gets the default value for this parameter.
Открытое свойство Description Gets the description of the parameter.
Открытое свойство IsRequired Gets a Boolean indicating if 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.
Открытое свойство UniqueName
Открытое свойство ValueEnumeration Gets a string that describes possible values for this parameter.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the MiningServiceParameter.
Открытый метод Dispose Releases all resources used by the MiningServiceParameter.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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