Share via


MetadataWorkspace.RegisterItemCollection(ItemCollection) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Registriert die Elementauflistung zu jedem zugeordneten Datenmodell.

public:
 void RegisterItemCollection(System::Data::Metadata::Edm::ItemCollection ^ collection);
public void RegisterItemCollection (System.Data.Metadata.Edm.ItemCollection collection);
[System.CLSCompliant(false)]
public void RegisterItemCollection (System.Data.Metadata.Edm.ItemCollection collection);
member this.RegisterItemCollection : System.Data.Metadata.Edm.ItemCollection -> unit
[<System.CLSCompliant(false)>]
member this.RegisterItemCollection : System.Data.Metadata.Edm.ItemCollection -> unit
Public Sub RegisterItemCollection (collection As ItemCollection)

Parameter

collection
ItemCollection

Die Auflistung der Ausgabeparameter, die gefüllt werden soll.

Attribute

Ausnahmen

Das Auflistungsargument ist NULL.

Das angegebene Datenmodell verfügt bereits über eine registrierte Elementsammlung.

Gilt für: