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


Класс MiningStructure

Represents a mining structure on the server. This class cannot be inherited.

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

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructure

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Caption Gets the caption of the mining structure.
Открытое свойство Columns Gets the columns within the mining structure.
Открытое свойство Created Gets the date and time the mining structure was created.
Открытое свойство Description Gets the description of the mining structure.
Открытое свойство HoldoutActualSize Gets the actual number of cases in the testing set.
Открытое свойство HoldoutMaxCases Gets the maximum number of cases to include in the testing set.
Открытое свойство HoldoutMaxPercent Gets the number of cases to include in the testing set as a percentage of the complete data set.
Открытое свойство HoldoutSeed Gets the seed that is used to initialize random sampling.
Открытое свойство IsProcessed Gets a value that indicates whether the mining structure is processed.
Открытое свойство LastProcessed Gets the date and time the mining structure was last processed.
Открытое свойство LastUpdated Gets the date and time the mining structure was last updated.
Открытое свойство MiningModels Gets the mining models in the mining structure.
Открытое свойство Name Gets the name of the mining structure.
Открытое свойство Properties Gets the properties of the mining structure.
Открытое свойство UniqueName Gets the unique name that is associated with the mining structure.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the MiningStructure.
Открытый метод Dispose Releases all resources used by the current instance of the MiningStructure class.
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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