Share via


CreateStatisticsStatement.StatisticsOptions Property

Gets a list of the statistics options.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property StatisticsOptions As IList(Of StatisticsOption)
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>

.NET Framework Security

See Also

Reference

CreateStatisticsStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace