Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| ConnectionType | The method used to connect to SAP ERP data. |
| ConnectionScheme | Specifies whether to connect to an SAP system with a message server (GroupServer) or without one (ApplicationServer). |
| Host | Host name of the target SAP system. |
| SystemNumber | The instance number associated with the server specified in the Host connection property. |
| User | SAP システムに認証しているユーザー。 |
| Password | SAP システムへの認証に使われるパスワード。 |
| Client | The name of the SAP client, among those in the targeted SAP installation, that you want to connect to. |
| X509Certificate | The X509 certificate used for login as an alternative to logging in with User and Password. |
| MessageServer | The host name or IP address of the message server (central load balancing server) you want to use to connect to SAP data. |
| Group | The Logon Group on your message server to which the current user belongs. |
| SystemId | The System Id or R3Name of the message server specified in the MessageServer connection property. |
| RFCURL | The URL of the SOAP interface you want to use to connect to SAP. |
| MessageServerService | The name of the service where the message server specified in the MessageServer connection property can be reached. |