Dela via


IndexStatement.IndexOptions Property

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

Syntax

'Declaration
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
'Usage
Dim instance As IndexStatement 
Dim value As IList(Of IndexOption)

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

Property Value

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

.NET Framework Security

See Also

Reference

IndexStatement Class

IndexStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace