Interfaccia IModelComponentCollection
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a collection of IModelComponent objects.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")> _
Public Interface IModelComponentCollection _
Inherits ICollection, IEnumerable
'Utilizzo
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
Nel tipo IModelComponentCollection sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Ereditato da ICollection. | |
IsSynchronized | Ereditato da ICollection. | |
Parent | Infrastruttura. Gets the parent IModelComponent of the IModelComponentCollection. | |
SyncRoot | Ereditato da ICollection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Contains | Infrastruttura. Indicates whether the collection contains a specified IModelComponent. | |
CopyTo | Ereditato da ICollection. | |
GetEnumerator | Ereditato da IEnumerable. | |
Remove(IModelComponent) | Infrastruttura. Removes an IModelComponent from the collection. | |
Remove(IModelComponent, Boolean) | Infrastruttura. Removes an IModelComponent from the collection. |
In alto