Property<T>.SetValueAndSource(Object, InputSettingSource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.