Property<T>.SetValueAndSource(Object, InputSettingSource) メソッド

定義

プロパティの値と出典を設定します。

public:
 void SetValueAndSource(System::Object ^ value, Microsoft::SqlServer::Chainer::Infrastructure::InputSettingSource source);
public void SetValueAndSource(object value, Microsoft.SqlServer.Chainer.Infrastructure.InputSettingSource source);
member this.SetValueAndSource : obj * Microsoft.SqlServer.Chainer.Infrastructure.InputSettingSource -> unit
Public Sub SetValueAndSource (value As Object, source As InputSettingSource)

パラメーター

value
Object

オブジェクトの値。

source
Microsoft.SqlServer.Chainer.Infrastructure.InputSettingSource

入力設定のソース。

適用対象