Class DataCollectorSchema.DataContext
- Namespace
- LinqToDB.Tools.DataProvider.SqlServer.Schemas
- Assembly
- linq2db.Tools.dll
public class DataCollectorSchema.DataContext
- Inheritance
-
DataCollectorSchema.DataContext
- Extension Methods
Constructors
DataContext(IDataContext)
public DataContext(IDataContext dataContext)
Parameters
dataContext
IDataContext
Properties
CollectionItems
syscollector_collection_items (Transact-SQL)
Applies to: √ SQL Server (all supported versions)
Returns information about an item in a collection set.
public ITable<DataCollectorSchema.CollectionItem> CollectionItems { get; }
Property Value
CollectionSets
syscollector_collection_sets (Transact-SQL)
Applies to: √ SQL Server (all supported versions)
Provides information about a collection set, including schedule, collection mode, and its state.
public ITable<DataCollectorSchema.CollectionSet> CollectionSets { get; }
Property Value
CollectorTypes
syscollector_collector_types (Transact-SQL)
Applies to: √ SQL Server (all supported versions)
Provides information about a collector type for a collection item.
public ITable<DataCollectorSchema.CollectorType> CollectorTypes { get; }
Property Value
ConfigStores
syscollector_config_store (Transact-SQL)
Applies to: √ SQL Server (all supported versions)
Returns properties that apply to the entire data collector, as opposed to a collection set instance. Each row in this view describes a specific data collector property, such as the name of the management data warehouse, and the instance name where the management data warehouse is located.
public ITable<DataCollectorSchema.ConfigStore> ConfigStores { get; }
Property Value
ExecutionLogFulls
syscollector_execution_log_full (Transact-SQL)
Applies to: √ SQL Server (all supported versions)
Provides information about a collection set or package when the execution log is full.
public ITable<DataCollectorSchema.ExecutionLogFull> ExecutionLogFulls { get; }
Property Value
ExecutionLogs
syscollector_execution_log (Transact-SQL)
Applies to: √ SQL Server (all supported versions)
Provides information from the execution log for a collection set or package.
public ITable<DataCollectorSchema.ExecutionLog> ExecutionLogs { get; }
Property Value
ExecutionStats
syscollector_execution_stats (Transact-SQL)
Applies to: √ SQL Server (all supported versions)
Provides information about task execution for a collection set or package.
public ITable<DataCollectorSchema.ExecutionStat> ExecutionStats { get; }