Share via


StringGenerator.Dispose Method

Releases resources.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As StringGenerator

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
public final function Dispose()
abstract Dispose : unit -> unit 
override Dispose : unit -> unit 

Implements

IDisposable.Dispose()

.NET Framework Security

See Also

Reference

StringGenerator Class

StringGenerator Members

Microsoft.Data.Schema.Generators.Sql Namespace