MiningStructure Class
Updated: March 10, 2016
Represents a mining structure on the server.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | 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 size of the holdout partition that is associated with a MiningStructure. This value is read-only and is not available until the MiningStructure has been processed. |
![]() | HoldoutMaxCases | Gets the value that specifies the maximum number of cases in the testing data partition of the MiningStructure. |
![]() | HoldoutMaxPercent | Gets the maximum percentage of cases from the source data of the MiningStructure that can be used for testing. |
![]() | HoldoutSeed | Gets the seed used to initialize partitioning of the MiningStructure into training and testing data sets. |
![]() | IsProcessed | Gets a value that indicates whether the model is populated. |
![]() | 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 an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure. |
![]() | Name | Gets the name of the mining structure. |
![]() | ParentConnection | Gets the AdomdConnection from which the mining structure was populated. |
![]() | Properties | Gets the properties of the mining structure. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two instances of MiningStructure are equal.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns the name of the mining structure in its string representation.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(MiningStructure^, MiningStructure^) | Determines whether two instances of MiningStructure are equal. |
![]() ![]() | Inequality(MiningStructure^, MiningStructure^) | Determines whether two instances of MiningStructure are unequal. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



