IModelComponentCollection Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

The IModelComponentCollection type exposes the following members.

Properties

  Name Description
Public property Count (Inherited from ICollection.)
Public property IsSynchronized (Inherited from ICollection.)
Public property Parent Infrastructure. Gets the parent IModelComponent of the IModelComponentCollection.
Public property SyncRoot (Inherited from ICollection.)

Top

Methods

  Name Description
Public method Contains Infrastructure. Indicates whether the collection contains a specified IModelComponent.
Public method CopyTo (Inherited from ICollection.)
Public method GetEnumerator (Inherited from IEnumerable.)
Public method Remove(IModelComponent) Infrastructure. Removes an IModelComponent from the collection.
Public method Remove(IModelComponent, Boolean) Infrastructure. Removes an IModelComponent from the collection.

Top

See Also

Reference

Microsoft.AnalysisServices Namespace