UpdateStatisticsStatement.StatisticsOptions (Propiedad)

Obtiene una lista de opciones de estadísticas.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

UpdateStatisticsStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)