MiningServiceParameterCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection
public sealed class MiningServiceParameterCollection : System.Collections.ICollection
type MiningServiceParameterCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class MiningServiceParameterCollection
Implements ICollection
- Inheritance
-
MiningServiceParameterCollection
- Implements
Properties
Count |
Count |
IsSynchronized |
IsSynchronized |
Item[Int32] |
Item |
Item[String] |
Item 1 |
SyncRoot |
SyncRoot |
Methods
CopyTo(MiningServiceParameter[], Int32) |
CopyTo |
Find(String) |
Find |
GetEnumerator() |
GetEnumerator |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) | |
IEnumerable.GetEnumerator() |