LobSystemInstance class

Contains methods and properties to handle the LobSystemInstance objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.MetadataObject
    Microsoft.SharePoint.BusinessData.Administration.AccessControlledMetadataObject
      Microsoft.SharePoint.BusinessData.Administration.LobSystemInstance

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

Syntax

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

Remarks

An LobSystemInstance object is a specific data-containing system database, assembly, or workflow. It is not the same as the external system, which is the general basis of the system. For example, a Microsoft SQL Server database is an external system object, but a SQL Server database storing code for a specific product is a LobSystemInstance object.

Examples

Code Snippet: Create an External Content Type Using the Administration Object Model

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

LobSystemInstance members

Microsoft.SharePoint.BusinessData.Administration namespace