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.