Condividi tramite


Proprietà UpdateStatisticsStatement.StatisticsOptions

Ottiene un elenco di opzioni per le statistiche.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property StatisticsOptions As IList(Of StatisticsOption)
    Get
public IList<StatisticsOption> StatisticsOptions { get; }
public:
property IList<StatisticsOption^>^ StatisticsOptions {
    IList<StatisticsOption^>^ get ();
}
member StatisticsOptions : IList<StatisticsOption>
function get StatisticsOptions () : IList<StatisticsOption>

Valore proprietà

Tipo: System.Collections.Generic.IList<StatisticsOption>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UpdateStatisticsStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql