Property<T>.SetValueAndSource(Object, InputSettingSource) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定屬性的值和來源。
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
輸入設定來源。