MiningModelCollection Members
Represents a read-only, on-demand collection of MiningModel objects that are contained by a MiningStructure or AdomdConnection object.
The following tables list the members exposed by the MiningModelCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of MiningModel objects in the collection. | |
IsSynchronized | Gets a value that indicates whether access to the collection is synchronized (thread safe). | |
Item | Overloaded. Gets the specified MiningModel from the collection. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
{dtor} | Releases all resources used by the MiningModelCollection. | |
CopyTo | Copies the elements of the collection to the specified array. | |
Dispose | Releases all resources used by the MiningModelCollection. | |
Equals | Overloaded. (inherited from Object ) | |
Find | Returns the specified MiningModel from the collection by the model's name. | |
GetEnumerator | Returns an enumerator for iterating through the collection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IEnumerable.GetEnumerator | ||
ReferenceEquals | (inherited from Object ) | |
Refresh | Refreshes the collection of mining models. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | ||
IEnumerable.GetEnumerator |
Top
See Also
Reference
MiningModelCollection Class
Microsoft.AnalysisServices.AdomdServer Namespace