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

设置。

适用于