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 | |
---|---|---|
SandboxDeployScriptFileName | Contains "SandboxDeployScriptFileName". | |
SandboxDeployToDatabase | Contains "SandboxDeployToDatabase". | |
SandboxDeployToScript | Contains "SandboxDeployToScript". | |
SandboxTargetConnectionString | Contains "SandboxTargetConnectionString". | |
SandboxTargetDatabase | Contains "SandboxTargetDatabase". | |
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.