IASSPClientProxy.OpenWorkbookModel Method
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.
Overloads
| OpenWorkbookModel(String) |
Open a connection to a specific workbook's model and return metadata that can be used to interact with the resulting session. |
| OpenWorkbookModel(String, SessionLifetimePolicy) |
Open a connection to a specific workbook's model and return metadata that can be used to interact with the resulting session. |
OpenWorkbookModel(String)
Open a connection to a specific workbook's model and return metadata that can be used to interact with the resulting session.
public Microsoft.AnalysisServices.SPClient.Interfaces.IWorkbookSession OpenWorkbookModel (string in_bstrWorkbookPath);
abstract member OpenWorkbookModel : string -> Microsoft.AnalysisServices.SPClient.Interfaces.IWorkbookSession
Public Function OpenWorkbookModel (in_bstrWorkbookPath As String) As IWorkbookSession
Parameters
- in_bstrWorkbookPath
- String
The absolute path to the workbook within the SharePoint site.
Returns
The set of session metadata that describes the resulting connection.
Applies to
OpenWorkbookModel(String, SessionLifetimePolicy)
Open a connection to a specific workbook's model and return metadata that can be used to interact with the resulting session.
[System.Runtime.InteropServices.ComVisible(false)]
public Microsoft.AnalysisServices.SPClient.Interfaces.IWorkbookSession OpenWorkbookModel (string in_bstrWorkbookPath, Microsoft.AnalysisServices.SPClient.Interfaces.SessionLifetimePolicy in_lifetimePolicy);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member OpenWorkbookModel : string * Microsoft.AnalysisServices.SPClient.Interfaces.SessionLifetimePolicy -> Microsoft.AnalysisServices.SPClient.Interfaces.IWorkbookSession
Public Function OpenWorkbookModel (in_bstrWorkbookPath As String, in_lifetimePolicy As SessionLifetimePolicy) As IWorkbookSession
Parameters
- in_bstrWorkbookPath
- String
The absolute path to the workbook within the SharePoint site.
- in_lifetimePolicy
- SessionLifetimePolicy
The SessionLifetimePolicy that governs how (and if) the IWorkbookSession should manage the newly-created Excel Services session.
Returns
The set of session metadata that describes the resulting connection.
- Attributes