IWorkbookSession.Refresh(String, String) Method

Definition

Execute a shallow refresh of the workbook model's data sources using credentials that have been cached in a given Secure Store target application.

public void Refresh (string in_bstrTargetApplicationId, string in_bstrConnectionName);
abstract member Refresh : string * string -> unit
Public Sub Refresh (in_bstrTargetApplicationId As String, in_bstrConnectionName As String)

Parameters

in_bstrTargetApplicationId
String

The ID of the Secure Store target application containing the credentials to be used for the refresh operation.

in_bstrConnectionName
String

The name of the specific connection within the workbook to be refreshed.

Applies to