Property<T>(ServiceContainer, Setting) 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 Property<T> class.
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)
Parameters
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
The service container.
- setting
- Microsoft.SqlServer.Chainer.Infrastructure.Setting
The setting.