Propriedade do RDL UpdateStatisticsStatement.SubElements
Gets or sets a list of index or statistic names.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property SubElements As IList(Of Identifier)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<Identifier>
The list of index or statistic names.