Share via


RepairFeatureTree(ServiceContainer) Constructor

Definition

Initializes a new instance of the RepairFeatureTree class.

public:
 RepairFeatureTree(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context);
public RepairFeatureTree (Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context);
new Microsoft.SqlServer.Configuration.RepairFeatureTree : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer -> Microsoft.SqlServer.Configuration.RepairFeatureTree
Public Sub New (context As ServiceContainer)

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The service container.

Applies to