Freigeben über


CreateStatisticsStatement.StatisticsOptions-Eigenschaft

Ruft eine Liste mit Statistikoptionen ab.

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)
    Get
public IList<StatisticsOption> StatisticsOptions { get; }
public:
property IList<StatisticsOption^>^ StatisticsOptions {
    IList<StatisticsOption^>^ get ();
}
member StatisticsOptions : IList<StatisticsOption>
function get StatisticsOptions () : IList<StatisticsOption>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

CreateStatisticsStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace