SqlDataDictionary.tableDropDDL(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 drop a table.
public:
virtual System::String ^ tableDropDDL(int _tableId);
public virtual string tableDropDDL (int _tableId);
abstract member tableDropDDL : int -> string
override this.tableDropDDL : int -> string
Public Overridable Function tableDropDDL (_tableId As Integer) As String
Parameters
- _tableId
- Int32
The table to be dropped.
Returns
The SQL statement that drops the specified table.