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

輸入設定來源。

適用於