DeployStep Class

Represents a step in a deployment plan.

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

Syntax

'Declaration
Public MustInherit Class DeployStep
'Usage
Dim instance As DeployStep
public abstract class DeployStep
public ref class DeployStep abstract
public abstract class DeployStep
[<AbstractClassAttribute>]
type DeployStep =  class end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Build.DeployStep
    Microsoft.Data.Schema.Build.PostDeploymentScriptMarker
    Microsoft.Data.Schema.Build.PreDeploymentScriptMarker
    Microsoft.Data.Schema.Build.ScriptDomStep
    Microsoft.Data.Schema.Build.ScriptStep

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

DeployStep Members

Microsoft.Data.Schema.Build Namespace