MetadataWorkspace.RegisterItemCollection(ItemCollection) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Registriert die Elementauflistung bei 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 Ausgabeparameterauflistung, die ausgefüllt werden muss.

Attribute

Ausnahmen

Das Auflistungsargument ist NULL.

Das angegebene Datenmodell hat bereits eine Elementsammlung registriert.

Gilt für: