Gets or sets a list of index or statistic names.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property SubElements As IList(Of Identifier)
Get
'用途
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>
屬性值
型別:System.Collections.Generic.IList<Identifier>
The list of index or statistic names.