ScriptGeneratorConstructor Class
Represents the script generator constructor.
Namespace: Microsoft.Data.Schema.ScriptDom
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustInherit Class ScriptGeneratorConstructor _
Inherits ServiceConstructor(Of ScriptGenerator)
'Usage
Dim instance As ScriptGeneratorConstructor
public abstract class ScriptGeneratorConstructor : ServiceConstructor<ScriptGenerator>
public ref class ScriptGeneratorConstructor abstract : public ServiceConstructor<ScriptGenerator^>
public abstract class ScriptGeneratorConstructor extends ServiceConstructor<ScriptGenerator>
[<AbstractClassAttribute>]
type ScriptGeneratorConstructor =
class
inherit ServiceConstructor<ScriptGenerator>
end
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Extensibility.ServiceConstructor
Microsoft.Data.Schema.Extensibility.ServiceConstructor<ScriptGenerator>
Microsoft.Data.Schema.ScriptDom.ScriptGeneratorConstructor
Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptGeneratorConstructor
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.