INamedComponentCollection Interface
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")> _
Public Interface INamedComponentCollection _
Inherits IModelComponentCollection, ICollection, IEnumerable
'Usage
Dim instance As INamedComponentCollection
[GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")]
public interface INamedComponentCollection : IModelComponentCollection,
ICollection, IEnumerable
[GuidAttribute(L"663B8189-4FAF-48ef-A447-394B615D45F0")]
public interface class INamedComponentCollection : IModelComponentCollection,
ICollection, IEnumerable
[<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")>]
type INamedComponentCollection =
interface
interface IModelComponentCollection
interface ICollection
interface IEnumerable
end
public interface INamedComponentCollection extends IModelComponentCollection, ICollection, IEnumerable
The INamedComponentCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from ICollection.) |
![]() |
IsSynchronized | (Inherited from ICollection.) |
![]() |
Parent | Infrastructure. (Inherited from IModelComponentCollection.) |
![]() |
SyncRoot | (Inherited from ICollection.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Contains(String) | |
![]() |
Contains(IModelComponent) | Infrastructure. (Inherited from IModelComponentCollection.) |
![]() |
ContainsName | |
![]() |
CopyTo | (Inherited from ICollection.) |
![]() |
GetEnumerator | (Inherited from IEnumerable.) |
![]() |
GetNewID() | |
![]() |
GetNewID(String) | |
![]() |
GetNewName() | |
![]() |
GetNewName(String) | |
![]() |
Remove(IModelComponent) | Infrastructure. (Inherited from IModelComponentCollection.) |
![]() |
Remove(IModelComponent, Boolean) | Infrastructure. (Inherited from IModelComponentCollection.) |
Top