Condividi tramite


Interfaccia INamedComponentCollection

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Contains a collection of specified objects.

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
Proprietà pubblica Count Ereditato da ICollection.
Proprietà pubblica IsSynchronized Ereditato da ICollection.
Proprietà pubblica Parent Infrastruttura. Gets the parent IModelComponent of the IModelComponentCollection. Ereditato da IModelComponentCollection.
Proprietà pubblica SyncRoot Ereditato da ICollection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Contains(String) Indicates whether the collection contains the AttributeRelationship, identified by attributeId.
Metodo pubblico Contains(IModelComponent) Infrastruttura. Indicates whether the collection contains a specified IModelComponent. Ereditato da IModelComponentCollection.
Metodo pubblico ContainsName Indicates whether the collection contains a AttributeRelationship with the specified name.
Metodo pubblico CopyTo Ereditato da ICollection.
Metodo pubblico GetEnumerator Ereditato da IEnumerable.
Metodo pubblico GetNewID() Generates a new Unique ID from the component.
Metodo pubblico GetNewID(String) Generates a new Unique ID from the component.
Metodo pubblico GetNewName() Assists in creating new consecutive numbered names that start with namePrefix.
Metodo pubblico GetNewName(String) Assists in creating new consecutive numbered names that start with namePrefix.
Metodo pubblico Remove(IModelComponent) Infrastruttura. Removes an IModelComponent from the collection. Ereditato da IModelComponentCollection.
Metodo pubblico Remove(IModelComponent, Boolean) Infrastruttura. Removes an IModelComponent from the collection. Ereditato da IModelComponentCollection.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices