AgnosticProjectProperties.Project.Sandbox Class

This class and its members are reserved for internal use and are not intended to be used in your code. Provides the static project sandbox properties that are used by the user interface of Visual Studio and that are part of the AgnosticProjectProperties class. These properties are not dependent on any specific DatabaseSchemaProvider.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Build.AgnosticProjectProperties.Project.Sandbox

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

Syntax

'Declaration
Public NotInheritable Class Sandbox
public static class Sandbox
public ref class Sandbox abstract sealed
[<AbstractClass>]
[<Sealed>]
type Sandbox =  class end
public final class Sandbox

The AgnosticProjectProperties.Project.Sandbox type exposes the following members.

Fields

  Name Description
Public fieldStatic member SandboxDeployScriptFileName Contains "SandboxDeployScriptFileName".
Public fieldStatic member SandboxDeployToDatabase Contains "SandboxDeployToDatabase".
Public fieldStatic member SandboxDeployToScript Contains "SandboxDeployToScript".
Public fieldStatic member SandboxTargetConnectionString Contains "SandboxTargetConnectionString".
Public fieldStatic member SandboxTargetDatabase Contains "SandboxTargetDatabase".
Public fieldStatic member UseSandboxSettings Contains "UseSandboxSettings".

Top

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

Microsoft.Data.Schema.Build Namespace