Share via


DataGeneratorTask Class

Represents data generation tasks.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Public Class DataGeneratorTask _
    Inherits Task
'Usage
Dim instance As DataGeneratorTask
public class DataGeneratorTask : Task
public ref class DataGeneratorTask : public Task
public class DataGeneratorTask extends Task

Inheritance Hierarchy

System.Object
  Microsoft.Build.Utilities.Task
    Microsoft.Data.Schema.Tasks.DataGeneratorTask

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataGeneratorTask Members

Microsoft.Data.Schema.Tasks Namespace