IWorkbookSession.Refresh(String, String) 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.
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.