MetadataWorkspace.GetItemCollection(DataSpace) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets MetadataWorkspace items.
public:
System::Data::Metadata::Edm::ItemCollection ^ GetItemCollection(System::Data::Metadata::Edm::DataSpace dataSpace);
public System.Data.Metadata.Edm.ItemCollection GetItemCollection (System.Data.Metadata.Edm.DataSpace dataSpace);
[System.CLSCompliant(false)]
public System.Data.Metadata.Edm.ItemCollection GetItemCollection (System.Data.Metadata.Edm.DataSpace dataSpace);
member this.GetItemCollection : System.Data.Metadata.Edm.DataSpace -> System.Data.Metadata.Edm.ItemCollection
[<System.CLSCompliant(false)>]
member this.GetItemCollection : System.Data.Metadata.Edm.DataSpace -> System.Data.Metadata.Edm.ItemCollection
Public Function GetItemCollection (dataSpace As DataSpace) As ItemCollection
Parameters
Returns
The MetadataWorkspace items.
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.