Table.TruncateData 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.
Overloads
TruncateData() |
Truncate a table |
TruncateData(Int32) |
Truncate a partition of partitioned table with the partition number |
TruncateData()
Truncate a table
public void TruncateData ();
member this.TruncateData : unit -> unit
Public Sub TruncateData ()
Applies to
TruncateData(Int32)
Truncate a partition of partitioned table with the partition number
public void TruncateData (int partitionNumber);
member this.TruncateData : int -> unit
Public Sub TruncateData (partitionNumber As Integer)
Parameters
- partitionNumber
- Int32
partiton to truncate