SqlScriptSynchronizerConstructor Class
Used to construct a SqlScriptSynchronizer component.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public NotInheritable Class SqlScriptSynchronizerConstructor _
Inherits ServiceConstructor(Of SqlScriptSynchronizer)
'Usage
Dim instance As SqlScriptSynchronizerConstructor
public sealed class SqlScriptSynchronizerConstructor : ServiceConstructor<SqlScriptSynchronizer>
public ref class SqlScriptSynchronizerConstructor sealed : public ServiceConstructor<SqlScriptSynchronizer^>
public final class SqlScriptSynchronizerConstructor extends ServiceConstructor<SqlScriptSynchronizer>
[<SealedAttribute>]
type SqlScriptSynchronizerConstructor =
class
inherit ServiceConstructor<SqlScriptSynchronizer>
end
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Extensibility.ServiceConstructor
Microsoft.Data.Schema.Extensibility.ServiceConstructor<SqlScriptSynchronizer>
Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptSynchronizerConstructor
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.