LobSystem.Create method
Creates a new external system in the BDC Metadata Store.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function Create ( _
name As String, _
isCached As Boolean, _
systemType As SystemType, _
metadataCatalog As AdministrationMetadataCatalog _
) As LobSystem
'Usage
Dim name As String
Dim isCached As Boolean
Dim systemType As SystemType
Dim metadataCatalog As AdministrationMetadataCatalog
Dim returnValue As LobSystem
returnValue = LobSystem.Create(name, isCached, _
systemType, metadataCatalog)
public static LobSystem Create(
string name,
bool isCached,
SystemType systemType,
AdministrationMetadataCatalog metadataCatalog
)
Parameters
name
Type: System.StringThe name of the external system.
isCached
Type: System.Booleantrue if the external system is frequently used; otherwise false.
systemType
Type: Microsoft.BusinessData.MetadataModel.SystemTypeThe type of the external system.
metadataCatalog
Type: Microsoft.SharePoint.BusinessData.Administration.AdministrationMetadataCatalogThe Metadata Store in which to create the external system.
Return value
Type: Microsoft.SharePoint.BusinessData.Administration.LobSystem
The external system.