SqlDeployment Class

Represents SQL deployment.

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

Syntax

'Declaration
Public Class SqlDeployment _
    Inherits Deployment
'Usage
Dim instance As SqlDeployment
public class SqlDeployment : Deployment
public ref class SqlDeployment : public Deployment
public class SqlDeployment extends Deployment
type SqlDeployment =  
    class
        inherit Deployment
    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

SqlDeployment Members

Microsoft.Data.Schema.Sql.Build Namespace