Freigeben über


Distribution.SetInputValues-Methode

Legt Eingabewerte für eine Verteilung fest. Diese Methode kann nicht überschrieben werden.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Sub SetInputValues ( _
    inputs As IDictionary(Of String, Object) _
)
public void SetInputValues(
    IDictionary<string, Object> inputs
)
public:
virtual void SetInputValues(
    IDictionary<String^, Object^>^ inputs
) sealed
abstract SetInputValues : 
        inputs:IDictionary<string, Object> -> unit 
override SetInputValues : 
        inputs:IDictionary<string, Object> -> unit 
public final function SetInputValues(
    inputs : IDictionary<String, Object>
)

Parameter

Implementiert

IDistribution.SetInputValues(IDictionary<String, Object>)

Hinweise

Die SetInputValues()-Methode ruft die OnSetInputValues()-Methode auf. Wenn Sie die Funktionalität dieser SetInputValues()-Methode ändern möchten, müssen Sie die OnSetInputValues()-Methode überschreiben.

.NET Framework-Sicherheit

Siehe auch

Referenz

Distribution Klasse

Microsoft.Data.Schema.Tools.DataGenerator-Namespace

OnSetInputValues()