MetadataWorkspace.TryGetItemCollection(DataSpace, ItemCollection) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Testet den Abruf von MetadataWorkspace.

public:
 bool TryGetItemCollection(System::Data::Metadata::Edm::DataSpace dataSpace, [Runtime::InteropServices::Out] System::Data::Metadata::Edm::ItemCollection ^ % collection);
public bool TryGetItemCollection (System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.ItemCollection collection);
[System.CLSCompliant(false)]
public bool TryGetItemCollection (System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.ItemCollection collection);
member this.TryGetItemCollection : System.Data.Metadata.Edm.DataSpace * ItemCollection -> bool
[<System.CLSCompliant(false)>]
member this.TryGetItemCollection : System.Data.Metadata.Edm.DataSpace * ItemCollection -> bool
Public Function TryGetItemCollection (dataSpace As DataSpace, ByRef collection As ItemCollection) As Boolean

Parameter

dataSpace
DataSpace

Der DataSpace, aus dem MetadataWorkspace abgerufen werden soll.

collection
ItemCollection

Enthält nach dem Beenden dieser Methode die Elementauflistung. Dieser Parameter wird nicht initialisiert übergeben.

Gibt zurück

true, wenn der Abruf erfolgreich war; andernfalls false.

Attribute

Gilt für: