SystemType Enumeration

Represents an enumerator that identifies the type of the external system object.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration SystemType
'Usage
Dim instance As SystemType
[DataContractAttribute]
public enum SystemType

Members

Member name Description
Database Specifies that the external system is a database.
WebService Specifies that the external system is a Web service.
Custom Specifies custom external system connection logic.
Wcf Specifies the external system is a Windows Communication Foundation Web service.
DotNetAssembly Specifies that the external system is a .NET Framework assembly.

See Also

Reference

Microsoft.BusinessData.MetadataModel Namespace