Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a mining structure on the server. This class cannot be inherited.
Inheritance Hierarchy
Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructure
Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class MiningStructure _
    Implements IDisposable, IMetadataObject
'Usage
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
The MiningStructure type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Caption | Gets the caption of the mining structure. | 
| .gif) | Columns | Gets the columns within the mining structure. | 
| .gif) | Created | Gets the date and time the mining structure was created. | 
| .gif) | Description | Gets the description of the mining structure. | 
| .gif) | HoldoutActualSize | Gets the actual number of cases in the testing set. | 
| .gif) | HoldoutMaxCases | Gets the maximum number of cases to include in the testing set. | 
| .gif) | HoldoutMaxPercent | Gets the number of cases to include in the testing set as a percentage of the complete data set. | 
| .gif) | HoldoutSeed | Gets the seed that is used to initialize random sampling. | 
| .gif) | IsProcessed | Gets a value that indicates whether the mining structure is processed. | 
| .gif) | LastProcessed | Gets the date and time the mining structure was last processed. | 
| .gif) | LastUpdated | Gets the date and time the mining structure was last updated. | 
| .gif) | MiningModels | Gets the mining models in the mining structure. | 
| .gif) | Name | Gets the name of the mining structure. | 
| .gif) | Properties | Gets the properties of the mining structure. | 
| .gif) | UniqueName | Gets the unique name that is associated with the mining structure. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | {dtor} | Releases all resources used by the MiningStructure. | 
| .gif) | Dispose | Releases all resources used by the current instance of the MiningStructure class. | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.