PreDeploymentScriptMarker Class

Marks the beginning of the main deployment script.

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

Syntax

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

Inheritance Hierarchy

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

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

PreDeploymentScriptMarker Members

Microsoft.Data.Schema.Build Namespace