Property<T>.SetValueAndSource(Object, InputSettingSource) Method

Definition

Sets the value and source of the property.

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)

Parameters

value
Object

The value of the object.

source
Microsoft.SqlServer.Chainer.Infrastructure.InputSettingSource

The input setting source.

Applies to