LobSystem class
Defines methods and properties to describe an external system object.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.MetadataObject
Microsoft.SharePoint.BusinessData.Administration.AccessControlledMetadataObject
Microsoft.SharePoint.BusinessData.Administration.IndividuallySecurableMetadataObject
Microsoft.SharePoint.BusinessData.Administration.LobSystem
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class LobSystem _
Inherits IndividuallySecurableMetadataObject
'Usage
Dim instance As LobSystem
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class LobSystem : IndividuallySecurableMetadataObject
Remarks
An LobSystem (external system) object represents a data-containing system such as a database, assembly, or workflow. It is not the same as an LobSystemInstance object, which is a specific realization of the system; for example, a SQL database is an external system object, while a SQL database storing code for a specific product is an 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.