MetadataWorkspace.RegisterItemCollection(ItemCollection) Methode

Definitie

Belangrijk

Deze API is niet CLS-conform.

Registreert de itemverzameling bij elk gekoppeld gegevensmodel.

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)

Parameters

collection
ItemCollection

De verzameling uitvoerparameters die moeten worden ingevuld.

Kenmerken

Uitzonderingen

Het verzamelingsargument is null.

Het opgegeven gegevensmodel heeft al een geregistreerde itemverzameling.

Van toepassing op