SqlDataDictionary.tableTruncateDDL(Int32) 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.
Generates and returns a SQL statement to truncate a table.
public:
virtual System::String ^ tableTruncateDDL(int _tableId);
public virtual string tableTruncateDDL(int _tableId);
abstract member tableTruncateDDL : int -> string
override this.tableTruncateDDL : int -> string
Public Overridable Function tableTruncateDDL (_tableId As Integer) As String
- _tableId
- Int32
The table handle of the table to be truncated.
The SQL statement to truncate the table.