Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list of statistic 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)
'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 ();
}
public function get StatisticsOptions () : IList<StatisticsOption>
Property Value
Type: System.Collections.Generic.IList<StatisticsOption>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
UpdateStatisticsStatement Class