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

設定。

適用於