SettingStore(ServiceContainer) 생성자

정의

SettingStore 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

컨텍스트입니다.

적용 대상