Delen via


UpdateStatisticsStatement.StatisticsOptions Property

Gets or sets a list of statistic options.

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

Syntax

'Declaration
Public ReadOnly Property StatisticsOptions As IList(Of StatisticsOption)
    Get
'Usage
Dim instance As UpdateStatisticsStatement 
Dim value As IList(Of StatisticsOption)

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

Property Value

Type: System.Collections.Generic.IList<StatisticsOption>
The list of statistic options.

See Also

Reference

UpdateStatisticsStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace