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


Класс MiningParameter

Represents an algorithm-specific parameter on the MiningModel.

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

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningParameter

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Name Gets the name of the parameter.
Открытое свойство Properties Gets the properties for the mining parameter.
Открытое свойство UniqueName
Открытое свойство Value Gets the value of the mining parameter.

В начало

Методы

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

В начало

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

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