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

输入设置源。

适用于