SqlScriptDifferConstructor Class

Used to construct a SqlScriptDiffer component.

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

Syntax

'Declaration
Public NotInheritable Class SqlScriptDifferConstructor _
    Inherits ServiceConstructor(Of SqlScriptDiffer)
'Usage
Dim instance As SqlScriptDifferConstructor
public sealed class SqlScriptDifferConstructor : ServiceConstructor<SqlScriptDiffer>
public ref class SqlScriptDifferConstructor sealed : public ServiceConstructor<SqlScriptDiffer^>
public final class SqlScriptDifferConstructor extends ServiceConstructor<SqlScriptDiffer>
[<SealedAttribute>]
type SqlScriptDifferConstructor =  
    class
        inherit ServiceConstructor<SqlScriptDiffer>
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Extensibility.ServiceConstructor
    Microsoft.Data.Schema.Extensibility.ServiceConstructor<SqlScriptDiffer>
      Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptDifferConstructor

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

SqlScriptDifferConstructor Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace