Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an External System object.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Function Create ( _
name As String, _
isCached As Boolean, _
type As SystemType _
) As LobSystem
'Usage
Dim instance As LobSystemCollection
Dim name As String
Dim isCached As Boolean
Dim type As SystemType
Dim returnValue As LobSystem
returnValue = instance.Create(name, isCached, _
type)
public LobSystem Create(
string name,
bool isCached,
SystemType type
)
Parameters
name
Type: System.StringThe name of the External System object.
isCached
Type: System.Booleantrue, if the External System object is cached; otherwise, false.
type
Type: Microsoft.BusinessData.MetadataModel.SystemTypeThe type of the External System object.
Return Value
Type: Microsoft.SharePoint.BusinessData.Administration.Client.LobSystem
An External System object.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace