Condividi tramite


Interfaccia IModelComponentCollection

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a collection of IModelComponent objects.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")> _
Public Interface IModelComponentCollection _
    Inherits ICollection, IEnumerable
'Utilizzo
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

Nel tipo IModelComponentCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Ereditato da ICollection.
Proprietà pubblica IsSynchronized Ereditato da ICollection.
Proprietà pubblica Parent Infrastruttura. Gets the parent IModelComponent of the IModelComponentCollection.
Proprietà pubblica SyncRoot Ereditato da ICollection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Contains Infrastruttura. Indicates whether the collection contains a specified IModelComponent.
Metodo pubblico CopyTo Ereditato da ICollection.
Metodo pubblico GetEnumerator Ereditato da IEnumerable.
Metodo pubblico Remove(IModelComponent) Infrastruttura. Removes an IModelComponent from the collection.
Metodo pubblico Remove(IModelComponent, Boolean) Infrastruttura. Removes an IModelComponent from the collection.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices