Condividi tramite


SettingStore(ServiceContainer) Constructor

Definition

Initializes a new instance of the SettingStore class.

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

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The context.

Applies to