MiningParameterCollection Clase
Represents a read-only, on-demand collection of MiningParameter objects contained by a MiningModel object.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public NotInheritable Class MiningParameterCollection _
Implements ICollection, IEnumerable
'Uso
Dim instance As MiningParameterCollection
public sealed class MiningParameterCollection : ICollection,
IEnumerable
public ref class MiningParameterCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
type MiningParameterCollection =
class
interface ICollection
interface IEnumerable
end
public final class MiningParameterCollection implements ICollection, IEnumerable
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..MiningParameterCollection
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también