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

設定です。

適用対象