Propriedade do RDL AlterTableRebuildStatement.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 AlterTableRebuildStatement
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>
The list of index options.