USqlTableStatisticsList.Value Property
Optional. Gets or sets the list of table statistics in the database, schema and table combination
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public IList<USqlTableStatistics> Value { get; set; }
public:
property IList<USqlTableStatistics^>^ Value {
IList<USqlTableStatistics^>^ get();
void set(IList<USqlTableStatistics^>^ value);
}
member Value : IList<USqlTableStatistics> with get, set
Public Property Value As IList(Of USqlTableStatistics)
Property Value
Type: System.Collections.Generic.IList<USqlTableStatistics>
See Also
USqlTableStatisticsList Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top