UpdateStatisticsStatement.SubElements Property
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
'Declaration
Public ReadOnly Property SubElements As IList(Of Identifier)
Get
'Usage
Dim instance As UpdateStatisticsStatement
Dim value As IList(Of Identifier)
value = instance.SubElements
public IList<Identifier> SubElements { get; }
public:
property IList<Identifier^>^ SubElements {
IList<Identifier^>^ get ();
}
member SubElements : IList<Identifier>
function get SubElements () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
The list of index or statistic names.