Classe MiningModelCollection
Represents a read-only, on-demand collection of MiningModel objects that are contained by a MiningStructure or AdomdConnection object.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MiningModelCollection _
Implements IDisposable, IEnumerable, ICollection
'Utilizzo
Dim instance As MiningModelCollection
public sealed class MiningModelCollection : IDisposable,
IEnumerable, ICollection
public ref class MiningModelCollection sealed : IDisposable,
IEnumerable, ICollection
[<SealedAttribute>]
type MiningModelCollection =
class
interface IDisposable
interface IEnumerable
interface ICollection
end
public final class MiningModelCollection implements IDisposable, IEnumerable, ICollection
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MiningModelCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche