IModelComponentCollection-Schnittstelle
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IModelComponentCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | (Geerbt von ICollection.) | |
IsSynchronized | (Geerbt von ICollection.) | |
Parent | Infrastruktur | |
SyncRoot | (Geerbt von ICollection.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Contains | Infrastruktur | |
CopyTo | (Geerbt von ICollection.) | |
GetEnumerator | (Geerbt von IEnumerable.) | |
Remove(IModelComponent) | Infrastruktur | |
Remove(IModelComponent, Boolean) | Infrastruktur |
Zum Anfang