IASSPClientProxy.OpenWorkbookModelForRefresh Method

Definition

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

IWorkbookSession

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

IWorkbookSession

The set of session metadata that describes the resulting connection.

Attributes

Applies to