IQueryExecutionContext.ReportUpdatedDataVersion(String, Int64) 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.
Reports the updated data source version after it is being modified. The execution context will retain the newest version number.
public void ReportUpdatedDataVersion (string dataSourceKey, long version);
abstract member ReportUpdatedDataVersion : string * int64 -> unit
Public Sub ReportUpdatedDataVersion (dataSourceKey As String, version As Long)
Parameters
- dataSourceKey
- String
The data source key.
- version
- Int64
The new version number.