ConnectionStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the method that AS client libraries should use to connect to a workbook model.
[System.Runtime.InteropServices.ComVisible(true)]
public enum ConnectionStyle
[<System.Runtime.InteropServices.ComVisible(true)>]
type ConnectionStyle =
Public Enum ConnectionStyle
- Inheritance
-
ConnectionStyle
- Attributes
Fields
| Direct | 0 | Client libraries should connect directly to the database. |
| ProxyStream | 1 | Client libraries should communicate with the database through a proxy Stream that is redirected through the AS SharePoint addin. |