Interfaccia INamedComponentCollection
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")> _
Public Interface INamedComponentCollection _
Inherits IModelComponentCollection, ICollection, IEnumerable
'Utilizzo
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
Nel tipo INamedComponentCollection sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Ereditato da ICollection. | |
IsSynchronized | Ereditato da ICollection. | |
Parent | Infrastruttura. Ereditato da IModelComponentCollection. | |
SyncRoot | Ereditato da ICollection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Contains(String) | ||
Contains(IModelComponent) | Infrastruttura. Ereditato da IModelComponentCollection. | |
ContainsName | ||
CopyTo | Ereditato da ICollection. | |
GetEnumerator | Ereditato da IEnumerable. | |
GetNewID() () () () | ||
GetNewID(String) | ||
GetNewName() () () () | ||
GetNewName(String) | ||
Remove(IModelComponent) | Infrastruttura. Ereditato da IModelComponentCollection. | |
Remove(IModelComponent, Boolean) | Infrastruttura. Ereditato da IModelComponentCollection. |
In alto