Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a read-only collection of all the current input properties of the data generator.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Inputs As ReadOnlyCollection(Of InputDescriptor)
'Usage
Dim instance As InputChangingEventArgs
Dim value As ReadOnlyCollection(Of InputDescriptor)
value = instance.Inputs
public ReadOnlyCollection<InputDescriptor> Inputs { get; }
public:
property ReadOnlyCollection<InputDescriptor^>^ Inputs {
ReadOnlyCollection<InputDescriptor^>^ get ();
}
public 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.