Table.AddPeriodForSystemTime(String, String, Boolean) 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.
Adds period information for the system-versioned temporal table.
public void AddPeriodForSystemTime (string periodStartColumn, string periodEndColumn, bool addPeriod);
member this.AddPeriodForSystemTime : string * string * bool -> unit
Public Sub AddPeriodForSystemTime (periodStartColumn As String, periodEndColumn As String, addPeriod As Boolean)
Parameters
- periodStartColumn
- String
- periodEndColumn
- String
- addPeriod
- Boolean