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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。