Share via


SqlDataDictionary.indexCreateDDL(Int32) Method

Definition

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.

Applies to