IndexDefinition Constructor ()

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the IndexDefinition class.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IndexDefinition()
public:
IndexDefinition()
new : unit -> IndexDefinition
Public Sub New

See Also

IndexDefinition Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top