Interface IModelComponentCollection
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")> _
Public Interface IModelComponentCollection _
Inherits ICollection, IEnumerable
'Utilisation
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
Le type IModelComponentCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | (hérité de ICollection.) | |
IsSynchronized | (hérité de ICollection.) | |
Parent | Infrastructure. | |
SyncRoot | (hérité de ICollection.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Contains | Infrastructure. | |
CopyTo | (hérité de ICollection.) | |
GetEnumerator | (hérité de IEnumerable.) | |
Remove(IModelComponent) | Infrastructure. | |
Remove(IModelComponent, Boolean) | Infrastructure. |
Haut de la page