Classe MiningAttributeCollection
Represents a read-only, on-demand collection of MiningAttribute objects contained by a MiningModel.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public NotInheritable Class MiningAttributeCollection _
Implements ICollection, IEnumerable
'Uso
Dim instance As MiningAttributeCollection
public sealed class MiningAttributeCollection : ICollection,
IEnumerable
public ref class MiningAttributeCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
type MiningAttributeCollection =
class
interface ICollection
interface IEnumerable
end
public final class MiningAttributeCollection implements ICollection, IEnumerable
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..MiningAttributeCollection
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também