Table of Contents

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.


See dbo.syscollector_collection_items.

public ITable<DataCollectorSchema.CollectionItem> CollectionItems { get; }

Property Value

ITable<DataCollectorSchema.CollectionItem>

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.


See dbo.syscollector_collection_sets.

public ITable<DataCollectorSchema.CollectionSet> CollectionSets { get; }

Property Value

ITable<DataCollectorSchema.CollectionSet>

CollectorTypes

syscollector_collector_types (Transact-SQL)

Applies to: √ SQL Server (all supported versions)

Provides information about a collector type for a collection item.


See dbo.syscollector_collector_types.

public ITable<DataCollectorSchema.CollectorType> CollectorTypes { get; }

Property Value

ITable<DataCollectorSchema.CollectorType>

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.


See dbo.syscollector_config_store.

public ITable<DataCollectorSchema.ConfigStore> ConfigStores { get; }

Property Value

ITable<DataCollectorSchema.ConfigStore>

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.


See dbo.syscollector_execution_log_full.

public ITable<DataCollectorSchema.ExecutionLogFull> ExecutionLogFulls { get; }

Property Value

ITable<DataCollectorSchema.ExecutionLogFull>

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.


See dbo.syscollector_execution_log.

public ITable<DataCollectorSchema.ExecutionLog> ExecutionLogs { get; }

Property Value

ITable<DataCollectorSchema.ExecutionLog>

ExecutionStats

syscollector_execution_stats (Transact-SQL)

Applies to: √ SQL Server (all supported versions)

Provides information about task execution for a collection set or package.


See dbo.syscollector_execution_stats.

public ITable<DataCollectorSchema.ExecutionStat> ExecutionStats { get; }

Property Value

ITable<DataCollectorSchema.ExecutionStat>