IASSPClientProxy.OpenWorkbookModelForRefresh 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
| OpenWorkbookModelForRefresh(String) |
Open an exclusive, writable connection to a specific workbook's model and return metadata that can be used to interact with the resulting session. |
| OpenWorkbookModelForRefresh(String, SessionLifetimePolicy) |
Open an exclusive, writable connection to a specific workbook's model and return metadata that can be used to interact with the resulting session. |
OpenWorkbookModelForRefresh(String)
Open an exclusive, writable 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 OpenWorkbookModelForRefresh (string in_bstrWorkbookPath);
abstract member OpenWorkbookModelForRefresh : string -> Microsoft.AnalysisServices.SPClient.Interfaces.IWorkbookSession
Public Function OpenWorkbookModelForRefresh (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
OpenWorkbookModelForRefresh(String, SessionLifetimePolicy)
Open an exclusive, writable 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 OpenWorkbookModelForRefresh (string in_bstrWorkbookPath, Microsoft.AnalysisServices.SPClient.Interfaces.SessionLifetimePolicy in_lifetimePolicy);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member OpenWorkbookModelForRefresh : string * Microsoft.AnalysisServices.SPClient.Interfaces.SessionLifetimePolicy -> Microsoft.AnalysisServices.SPClient.Interfaces.IWorkbookSession
Public Function OpenWorkbookModelForRefresh (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