TechNet
Products
IT Resources
Downloads
Training
Support
Windows
Windows
Server
System
Center
Internet
Explorer
Office
Office 365
Exchange
Server
SQL Server
SharePoint
Products
Lync
See all products »
Evaluation Center
Learning Resources
Microsoft IT Camps
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
Solution Accelerators
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Networking
Cloud and Datacenter
Security
Virtualization
Service Packs
Security Bulletins
Microsoft Update
Windows Server 2012
System Center 2012 SP1
Microsoft SQL Server 2012 SP1
Windows 8 Enterprise
See all trials »
Microsoft Download Center
TechNet Evaluation Center
Drivers
Compatability & Converters
Windows Sysinternals
TechNet Gallery
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
TechNet Events
Second shot for certification
Born To Learn blog
IT Camps
Exchange Server
Forefront Server
Forefront Edge Security
Forefront Server Security
Internet Explorer
Office
SharePoint
SQL Server
System Center
Windows Server
Windows XP
Windows Vista
Windows 7
Windows 8
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Look up event IDs and error codes
Microsoft Customer Support
Microsoft Community Forums
United States (English)
Sign in
Print This Topic
Print Multiple Topics
Home
2012
2008 R2
2008
Previous Versions
Library
Forums
TechNet Library
SQL Server
SQL Server 2008
Product Documentation
SQL Server 2008 Books Online
Analysis Services - Multidimensional Data
Technical Reference
Microsoft.AnalysisServices Namespace
ModelComponentCollection Class
ModelComponentCollection Methods
IList.Add Method
IList.Clear Method
IList.Contains Method
IList.IndexOf Method
IList.Insert Method
IList.Remove Method
IList.RemoveAt Method
Add Method
AddNew Method
CanAdd Method
ChangeKey Method
Clear Method
Contains Method
CopyTo Method
EnsureLoaded Method
GetEnumerator Method
GetItem Method
IModelComponentCollection.Contains Method
IndexOf Method
Insert Method
IOnDemandLoadableCollection.BlockOnDemandLoad Method
Remove Method
Remove Method
RemoveAt Method
This topic has not yet been rated
-
Rate this topic
ModelComponentCollection Methods
Other Versions
SQL Server 2005
SQL Server 2012
The
ModelComponentCollection
type exposes the following members.
Methods
Name
Description
Add(ModelComponent)
Infrastructure.
Add(String, IModelComponent)
Add(ModelComponent, Boolean)
Infrastructure.
Add(String, IModelComponent, Boolean)
AddNew(String, Type)
Infrastructure.
AddNew(String, String, Type)
Infrastructure.
CanAdd(ModelComponent, String
)
Infrastructure.
ChangeKey(String, String)
Infrastructure.
Clear
()
Removes all elements from the
ModelComponentCollection
.
Contains(String)
Determines whether an item with the specified key is in the
ModelComponentCollection
.
Contains(IModelComponent)
CopyTo(Array, Int32)
Copies the entire
ModelComponentCollection
to a one-dimensional
Array
, starting at the specified index of the target array.
EnsureLoaded
()
Infrastructure.
Equals(Object)
(Inherited from
Object
.)
Finalize
()
(Inherited from
Object
.)
GetEnumerator
()
Returns an enumerator that can iterate through the
ModelComponentCollection
.
GetHashCode
()
(Inherited from
Object
.)
GetItem(String, Boolean, String)
Gets a reference to the specified component.
GetType
()
(Inherited from
Object
.)
IndexOf(String)
Returns the zero-based index of the first occurrence of an
IModelComponent
that has the specified key in the
ModelComponentCollection
.
IndexOf(IModelComponent)
Insert(Int32, ModelComponent)
Infrastructure.
Insert(IModelComponent, String, Int32)
Insert(IModelComponent, String, Int32, Boolean)
MemberwiseClone
()
(Inherited from
Object
.)
Remove(IModelComponent)
RemoveAt(Int32)
Removes the
IModelComponent
at the specified index from the
ModelComponentCollection
.
RemoveAt(Int32, Boolean)
Infrastructure.
ToString
()
(Inherited from
Object
.)
Top
Explicit Interface Implementations
Name
Description
IList
.
Add(Object)
IList
.
Clear
()
IList
.
Contains(Object)
IList
.
IndexOf(Object)
IList
.
Insert(Int32, Object)
IList
.
Remove(Object)
IList
.
RemoveAt(Int32)
IModelComponentCollection
.
Contains(IModelComponent)
IModelComponentCollection
.
Remove(IModelComponent)
IModelComponentCollection
.
Remove(IModelComponent, Boolean)
IOnDemandLoadableCollection
.
BlockOnDemandLoad(Boolean)
Top
See Also
Reference
ModelComponentCollection Class
Microsoft.AnalysisServices Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD