LobSystemInstance Class

Contains methods and properties to handle the LobSystemInstance objects.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class LobSystemInstance _
    Inherits AccessControlledMetadataObject
'Usage
Dim instance As LobSystemInstance
public sealed class LobSystemInstance : AccessControlledMetadataObject

Remarks

A 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, while a SQL Server database storing code for a specific product is an LobSystemInstance object.

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.Client Namespace