Share via


Property<T>(ServiceContainer, Setting) 생성자

정의

Property<T> 클래스의 새 인스턴스를 초기화합니다.

public:
 Property(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context, Microsoft::SqlServer::Chainer::Infrastructure::Setting ^ setting);
public Property (Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context, Microsoft.SqlServer.Chainer.Infrastructure.Setting setting);
new Microsoft.SqlServer.Configuration.Property<'T> : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer * Microsoft.SqlServer.Chainer.Infrastructure.Setting -> Microsoft.SqlServer.Configuration.Property<'T>
Public Sub New (context As ServiceContainer, setting As Setting)

매개 변수

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

서비스 컨테이너입니다.

setting
Microsoft.SqlServer.Chainer.Infrastructure.Setting

설정입니다.

적용 대상