ConnectionStyle Enum

Definition

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.

Applies to