IQueryExecutionContext.ReportInputDataVersion(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 execution of the query depending on a specific version of a data source. When it conflicts with the existing set, it will put the SourceDataVersions to a mixed version.
public void ReportInputDataVersion (string dataSourceKey, long version);
abstract member ReportInputDataVersion : string * int64 -> unit
Public Sub ReportInputDataVersion (dataSourceKey As String, version As Long)
Parameters
- dataSourceKey
- String
The key to identify the source.
- version
- Int64
The version number.