Freigeben über


UniqueConstraint.IndexOptions-Eigenschaft

Ruft eine Liste mit Indexoptionen ab.

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)
    Get
public IList<IndexOption> IndexOptions { get; }
public:
property IList<IndexOption^>^ IndexOptions {
    IList<IndexOption^>^ get ();
}
member IndexOptions : IList<IndexOption>
function get IndexOptions () : IList<IndexOption>

Eigenschaftswert

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

Hinweise

Verfügt optional über 0 (null) Elemente.

.NET Framework-Sicherheit

Siehe auch

Referenz

UniqueConstraint Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace