2.1.3.24 LobSystemInstance

Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog

Referenced by: LobSystemInstances

A complex type that specifies a LobSystemInstance of a LobSystem.

For the Properties child element of LobSystem, the following four properties can be set and gotten by the [MS-CSOMSPT] methods SetLobSystemInstanceProperty ([MS-CSOMSPT] section 3.2.5.210.2.1.6) and GetLobSystemInstanceProperty ([MS-CSOMSPT] section 3.2.5.210.2.1.2).

WcfEndPointAddress: A URL of the WCF service endpoint to which you are connecting, for example "http://www.example.org/service.svc".

ODataServiceUrl: A URL of the OData service endpoint to which you are connecting, for example "http://odata.netflix.com/v2/Catalog".

RdbConnection Data Source: The database instance to which you are connecting, for example "mySQLServer\mySqlInstance".

ODataConnectionSettingsId:<25> Represents the identifier for an external connection to an OData service. An external connection is a structure which encapsulates connection-specific properties such as URL, Authentication Mode, or Credentials created by the Farm or Tenant admin.

Child Elements:

LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.1.3.28) that specifies the localized names of the Model.

Properties: A Properties element (section 2.1.3.39) that specifies the Properties of the Model.

Attributes:

Name: A NameString attribute (section 2.1.4.9) that specifies the name of the Model.

DefaultDisplayName: A NameString attribute that specifies the default display name of the Model.

IsCached: An xs:boolean attribute that specifies whether the Model is used frequently. This MAY<26> be used as a recommendation as to whether to cache the Model. This attribute MUST be set to one of the values listed in the following table.

Value

Description

False

The Model is infrequently used.

True

The Model is frequently used.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="LobSystemInstance">
   <xs:complexContent>
     <xs:extension base="bdc:MetadataObject"/>
   </xs:complexContent>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).