Compartilhar via


Interface IModelComponentCollection

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a collection of IModelComponent objects.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")> _
Public Interface IModelComponentCollection _
    Inherits ICollection, IEnumerable
'Uso
Dim instance As IModelComponentCollection
[GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface IModelComponentCollection : ICollection, 
    IEnumerable
[GuidAttribute(L"BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface class IModelComponentCollection : ICollection, 
    IEnumerable
[<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")>]
type IModelComponentCollection =  
    interface 
        interface ICollection 
        interface IEnumerable 
    end
public interface IModelComponentCollection extends ICollection, IEnumerable

O tipo IModelComponentCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count (Herdado de ICollection.)
Propriedade pública IsSynchronized (Herdado de ICollection.)
Propriedade pública Parent Infraestrutura. Gets the parent IModelComponent of the IModelComponentCollection.
Propriedade pública SyncRoot (Herdado de ICollection.)

Início

Métodos

  Nome Descrição
Método público Contains Infraestrutura. Indicates whether the collection contains a specified IModelComponent.
Método público CopyTo (Herdado de ICollection.)
Método público GetEnumerator (Herdado de IEnumerable.)
Método público Remove(IModelComponent) Infraestrutura. Removes an IModelComponent from the collection.
Método público Remove(IModelComponent, Boolean) Infraestrutura. Removes an IModelComponent from the collection.

Início

Consulte também

Referência

Namespace Microsoft.AnalysisServices