CreateStatisticsStatement.StatisticsOptions Property
Gets a list of the statistics 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 CreateStatisticsStatement
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 the statistics options.