PostDeploymentScriptMarker Class

Marks the end of the main deployment script.

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

Syntax

'Declaration
Public Class PostDeploymentScriptMarker _
    Inherits DeployStep
'Usage
Dim instance As PostDeploymentScriptMarker
public class PostDeploymentScriptMarker : DeployStep
public ref class PostDeploymentScriptMarker : public DeployStep
public class PostDeploymentScriptMarker extends DeployStep
type PostDeploymentScriptMarker =  
    class
        inherit DeployStep
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Build.DeployStep
    Microsoft.Data.Schema.Build.PostDeploymentScriptMarker

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

PostDeploymentScriptMarker Members

Microsoft.Data.Schema.Build Namespace