UpgradeFeatureTree(ServiceContainer) 构造函数

定义

初始化 UpgradeFeatureTree 类的新实例。

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

参数

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

上下文。

适用于