BackwardsCompatibleDropIndexClause Class

Represents an old-style clause in a DROP 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 BackwardsCompatibleDropIndexClause _
    Inherits DropIndexClauseBase
'Usage
Dim instance As BackwardsCompatibleDropIndexClause
[SerializableAttribute]
public class BackwardsCompatibleDropIndexClause : DropIndexClauseBase
[SerializableAttribute]
public ref class BackwardsCompatibleDropIndexClause : public DropIndexClauseBase
public class BackwardsCompatibleDropIndexClause extends DropIndexClauseBase

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.DropIndexClauseBase
      Microsoft.Data.Schema.ScriptDom.Sql.BackwardsCompatibleDropIndexClause

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

BackwardsCompatibleDropIndexClause Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace