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