Share via


InputChangingEventArgs.Inputs Property

Gets a read-only collection of all the current input properties of the data generator.

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

Syntax

'Declaration
Public ReadOnly Property Inputs As ReadOnlyCollection(Of InputDescriptor)
public ReadOnlyCollection<InputDescriptor> Inputs { get; }
public:
property ReadOnlyCollection<InputDescriptor^>^ Inputs {
    ReadOnlyCollection<InputDescriptor^>^ get ();
}
member Inputs : ReadOnlyCollection<InputDescriptor>
function get Inputs () : ReadOnlyCollection<InputDescriptor>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<InputDescriptor>
A read-only collection of type InputDescriptor that contains the current input properties of the data generator.

.NET Framework Security

See Also

Reference

InputChangingEventArgs Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

InputDescriptor