UpdateStatisticsStatement.SubElements Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a list of index or statistic names.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<Identifier> SubElements { get; }
public:
property IList<Identifier^>^ SubElements {
    IList<Identifier^>^ get();
}
member SubElements : IList<Identifier> with get
Public ReadOnly Property SubElements As IList(Of Identifier)

Property Value

Type: System.Collections.Generic.IList<Identifier>

The list of index or statistic names.

See Also

UpdateStatisticsStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top