Compartilhar via


Propriedade do RDL UniqueConstraintDefinition.IndexOptions

Gets a list of index options.

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

Sintaxe

'Declaração
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
    Get
'Uso
Dim instance As UniqueConstraintDefinition 
Dim value As IList(Of IndexOption)

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

Valor da propriedade

Tipo: System.Collections.Generic.IList<IndexOption>
A list of index options.

Consulte também

Referência

UniqueConstraintDefinition Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom