ScriptStep Class

Represents a step in a deployment plan in which some arbitrary text is inserted into the output script.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Build.DeployStep
    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

ScriptStep Members

Microsoft.Data.Schema.Build Namespace