IModelComponentCollection Interface
Applies To: SQL Server (starting with 2016)
Represents a collection of IModelComponent objects.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
[GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface IModelComponentCollection : ICollection, IEnumerable
[GuidAttribute("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
<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")>
Public Interface IModelComponentCollection
Inherits ICollection, IEnumerable
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection.) |
|
IsSynchronized | (Inherited from ICollection.) |
|
Parent | Gets the parent IModelComponent of the IModelComponentCollection. |
|
SyncRoot | (Inherited from ICollection.) |
Methods
Name | Description | |
---|---|---|
Contains(IModelComponent) | Indicates whether the collection contains a specified IModelComponent. |
|
CopyTo(Array, Int32) | (Inherited from ICollection.) |
|
GetEnumerator() | (Inherited from IEnumerable.) |
|
Remove(IModelComponent) | Removes an IModelComponent from the collection. |
|
Remove(IModelComponent, Boolean) | Removes an IModelComponent from the collection. |
See Also
Microsoft.AnalysisServices Namespace
Return to top