Freigeben über


INamedComponentCollection-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Contains a collection of specified objects.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

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

Der INamedComponentCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count (Geerbt von ICollection.)
Öffentliche Eigenschaft IsSynchronized (Geerbt von ICollection.)
Öffentliche Eigenschaft Parent Infrastruktur Gets the parent IModelComponent of the IModelComponentCollection. (Geerbt von IModelComponentCollection.)
Öffentliche Eigenschaft SyncRoot (Geerbt von ICollection.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Contains(String) Indicates whether the collection contains the AttributeRelationship, identified by attributeId.
Öffentliche Methode Contains(IModelComponent) Infrastruktur Indicates whether the collection contains a specified IModelComponent. (Geerbt von IModelComponentCollection.)
Öffentliche Methode ContainsName Indicates whether the collection contains a AttributeRelationship with the specified name.
Öffentliche Methode CopyTo (Geerbt von ICollection.)
Öffentliche Methode GetEnumerator (Geerbt von IEnumerable.)
Öffentliche Methode GetNewID() Generates a new Unique ID from the component.
Öffentliche Methode GetNewID(String) Generates a new Unique ID from the component.
Öffentliche Methode GetNewName() Assists in creating new consecutive numbered names that start with namePrefix.
Öffentliche Methode GetNewName(String) Assists in creating new consecutive numbered names that start with namePrefix.
Öffentliche Methode Remove(IModelComponent) Infrastruktur Removes an IModelComponent from the collection. (Geerbt von IModelComponentCollection.)
Öffentliche Methode Remove(IModelComponent, Boolean) Infrastruktur Removes an IModelComponent from the collection. (Geerbt von IModelComponentCollection.)

Zum Anfang

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace