Freigeben über


IModelComponentCollection-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a collection of IModelComponent objects.

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

Syntax

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

Der IModelComponentCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count (Geerbt von ICollection.)
Öffentliche Eigenschaft IsSynchronized (Geerbt von ICollection.)
Öffentliche Eigenschaft Parent Infrastruktur Gets the parent IModelComponent of the IModelComponentCollection.
Öffentliche Eigenschaft SyncRoot (Geerbt von ICollection.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Contains Infrastruktur Indicates whether the collection contains a specified IModelComponent.
Öffentliche Methode CopyTo (Geerbt von ICollection.)
Öffentliche Methode GetEnumerator (Geerbt von IEnumerable.)
Öffentliche Methode Remove(IModelComponent) Infrastruktur Removes an IModelComponent from the collection.
Öffentliche Methode Remove(IModelComponent, Boolean) Infrastruktur Removes an IModelComponent from the collection.

Zum Anfang

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace