Interface IModelComponentCollection
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a collection of IModelComponent objects.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")> _
Public Interface IModelComponentCollection _
Inherits ICollection, IEnumerable
'Uso
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
O tipo IModelComponentCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | (Herdado de ICollection.) | |
IsSynchronized | (Herdado de ICollection.) | |
Parent | Infraestrutura. Gets the parent IModelComponent of the IModelComponentCollection. | |
SyncRoot | (Herdado de ICollection.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Contains | Infraestrutura. Indicates whether the collection contains a specified IModelComponent. | |
CopyTo | (Herdado de ICollection.) | |
GetEnumerator | (Herdado de IEnumerable.) | |
Remove(IModelComponent) | Infraestrutura. Removes an IModelComponent from the collection. | |
Remove(IModelComponent, Boolean) | Infraestrutura. Removes an IModelComponent from the collection. |
Início