DeploymentConstructor Class

Used to create the deployment engine.

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

Syntax

'Declaration
Public Class DeploymentConstructor _
    Inherits ServiceConstructor(Of Deployment)
'Usage
Dim instance As DeploymentConstructor
public class DeploymentConstructor : ServiceConstructor<Deployment>
public ref class DeploymentConstructor : public ServiceConstructor<Deployment^>
public class DeploymentConstructor extends ServiceConstructor<Deployment>
type DeploymentConstructor =  
    class
        inherit ServiceConstructor<Deployment>
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Extensibility.ServiceConstructor
    Microsoft.Data.Schema.Extensibility.ServiceConstructor<Deployment>
      Microsoft.Data.Schema.Build.DeploymentConstructor
        Microsoft.Data.Schema.Sql.Build.SqlDeploymentConstructor

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

DeploymentConstructor Members

Microsoft.Data.Schema.Build Namespace