Udostępnij przez


Interfejs INamedComponentCollection

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")> _
Public Interface INamedComponentCollection _
    Inherits IModelComponentCollection, ICollection, IEnumerable
'Użycie
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

Typ INamedComponentCollection uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna Count (Dziedziczony z ICollection).
Właściwość publiczna IsSynchronized (Dziedziczony z ICollection).
Właściwość publiczna Parent Infrastruktura. (Dziedziczony z IModelComponentCollection).
Właściwość publiczna SyncRoot (Dziedziczony z ICollection).

Do góry