Propriedade do RDL CreateStatisticsStatement.StatisticsOptions
Gets a list of the statistics options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property StatisticsOptions As IList(Of StatisticsOption)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<StatisticsOption>
The list of the statistics options.