ConfigureImageFeatureTree(ServiceContainer) Constructor

Definition

Initializes a new instance of the ConfigureImageFeatureTree class.

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

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The context.

Applies to