RebuildDatabaseFeatureTree(ServiceContainer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RebuildDatabaseFeatureTree class.
public:
RebuildDatabaseFeatureTree(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context);
public RebuildDatabaseFeatureTree (Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context);
new Microsoft.SqlServer.Configuration.RebuildDatabaseFeatureTree : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer -> Microsoft.SqlServer.Configuration.RebuildDatabaseFeatureTree
Public Sub New (context As ServiceContainer)
Parameters
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
The service container.