Класс 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 | ||
HoldoutMaxCases | ||
HoldoutMaxPercent | ||
HoldoutSeed | ||
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 | Returns 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 MiningStructure. | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.