共用方式為


UpdateStatisticsStatement.SubElements 屬性

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.

請參閱

參考

UpdateStatisticsStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間