SqlDeploymentConstructor Class
Used to construct a SqlDeployment.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Class SqlDeploymentConstructor _
Inherits DeploymentConstructor
'Usage
Dim instance As SqlDeploymentConstructor
public class SqlDeploymentConstructor : DeploymentConstructor
public ref class SqlDeploymentConstructor : public DeploymentConstructor
public class SqlDeploymentConstructor extends DeploymentConstructor
type SqlDeploymentConstructor =
class
inherit DeploymentConstructor
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.