TableStore Class

Represents table data generation.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.DataGenerator.TableStore

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

TableStore Members

Microsoft.Data.Schema.DataGenerator Namespace