Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.