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 | |
---|---|---|
Count | (Inherited from ICollection.) | |
IsSynchronized | (Inherited from ICollection.) | |
Parent | Infrastructure. Gets the parent IModelComponent of the IModelComponentCollection. | |
SyncRoot | (Inherited from ICollection.) |
Top
Methods
Name | Description | |
---|---|---|
Contains | Infrastructure. Indicates whether the collection contains a specified IModelComponent. | |
CopyTo | (Inherited from ICollection.) | |
GetEnumerator | (Inherited from IEnumerable.) | |
Remove(IModelComponent) | Infrastructure. Removes an IModelComponent from the collection. | |
Remove(IModelComponent, Boolean) | Infrastructure. Removes an IModelComponent from the collection. |
Top