DataSink Class

Represents the data sink, which encapsulates the storage of data from the generation of data.

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

Syntax

'Declaration
Public MustInherit Class DataSink _
    Implements IExtension
'Usage
Dim instance As DataSink
public abstract class DataSink : IExtension
public ref class DataSink abstract : IExtension
public abstract class DataSink implements IExtension
[<AbstractClassAttribute>]
type DataSink =  
    class
        interface IExtension
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.DataGenerator.DataSink

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

DataSink Members

Microsoft.Data.Schema.DataGenerator Namespace