Share via


Deployment Class

Represents the top-level engine that performs a deployment.

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

Syntax

'Declaration
Public Class Deployment _
    Implements IDisposable
'Usage
Dim instance As Deployment
public class Deployment : IDisposable
public ref class Deployment : IDisposable
public class Deployment implements IDisposable
type Deployment =  
    class
        interface IDisposable
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Build.Deployment
    Microsoft.Data.Schema.Sql.Build.SqlDeployment

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

Deployment Members

Microsoft.Data.Schema.Build Namespace