Dela via


DropIndexClause.Options Property

Gets a list of the options for the DROP INDEX statement.

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

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of IndexOption)
'Usage
Dim instance As DropIndexClause 
Dim value As IList(Of IndexOption)

value = instance.Options
public IList<IndexOption> Options { get; }
public:
property IList<IndexOption^>^ Options {
    IList<IndexOption^>^ get ();
}
public function get Options () : IList<IndexOption>

Property Value

Type: System.Collections.Generic.IList<IndexOption>

.NET Framework Security

See Also

Reference

DropIndexClause Class

DropIndexClause Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace