SqlDataDictionary.tableCreateDDL(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 the SQL statement to create a table.
public:
virtual System::String ^ tableCreateDDL(int _tableId);
public virtual string tableCreateDDL (int _tableId);
abstract member tableCreateDDL : int -> string
override this.tableCreateDDL : int -> string
Public Overridable Function tableCreateDDL (_tableId As Integer) As String
Parameters
- _tableId
- Int32
The table handle of the table to be created.
Returns
The SQL statement to create a table.