ModelCollection class

Handles the Business Data Connectivity (BDC) service model collection.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.ModelCollection

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class ModelCollection _
    Implements IEnumerable
'Usage
Dim instance As ModelCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class ModelCollection : IEnumerable

Examples

Code Snippet: Export a BDC Model From the BDC Metadata Store

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ModelCollection members

Microsoft.SharePoint.BusinessData.Administration namespace