CreateIndexStatement Class

Represents the CREATE INDEX statement.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CreateIndexStatement _
    Inherits IndexStatement _
    Implements IFileStreamSpecifier
'Usage
Dim instance As CreateIndexStatement
[SerializableAttribute]
public class CreateIndexStatement : IndexStatement, 
    IFileStreamSpecifier
[SerializableAttribute]
public ref class CreateIndexStatement : public IndexStatement, 
    IFileStreamSpecifier
public class CreateIndexStatement extends IndexStatement implements IFileStreamSpecifier

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
      Microsoft.Data.Schema.ScriptDom.Sql.IndexStatement
        Microsoft.Data.Schema.ScriptDom.Sql.CreateIndexStatement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CreateIndexStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace