RemoveNodeFeatureTree(ServiceContainer) Constructor

Definition

Initializes a new instance of the RemoveNodeFeatureTree class.

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

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The service container.

Applies to