CreateStatisticsStatement.StatisticsOptions 属性
Gets a list of the statistics options.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property StatisticsOptions As IList(Of StatisticsOption)
Get
用法
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>
属性值
类型:System.Collections.Generic.IList<StatisticsOption>
The list of the statistics options.