Share via


AgnosticDatabaseConfigurationSandboxExtender Class

This class and its members are reserved for internal use and are not intended to be used in your code. This class must be ComVisible and public because it is used in the Visual Studio property window.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectExtenderBase
    Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectConfigurationExtender
      Microsoft.VisualStudio.Data.Schema.Package.Internal.AgnosticDatabaseConfigurationSandboxExtender

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class AgnosticDatabaseConfigurationSandboxExtender _
    Inherits DatabaseProjectConfigurationExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class AgnosticDatabaseConfigurationSandboxExtender : DatabaseProjectConfigurationExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class AgnosticDatabaseConfigurationSandboxExtender sealed : public DatabaseProjectConfigurationExtender
[<Sealed>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type AgnosticDatabaseConfigurationSandboxExtender =  
    class
        inherit DatabaseProjectConfigurationExtender
    end
public final class AgnosticDatabaseConfigurationSandboxExtender extends DatabaseProjectConfigurationExtender

The AgnosticDatabaseConfigurationSandboxExtender type exposes the following members.

Properties

  Name Description
Public property DatabaseProjectNode Gets the database project node in which is located the IDatabaseProjectConfiguration that you extend. (Inherited from DatabaseProjectConfigurationExtender.)
Public property ExtenderSandboxDeployScriptFileName The deploy script file name on the Deploy Property page when you use sandbox settings.
Public property ExtenderSandboxTargetConnectionString This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ExtenderSandboxTargetDatabase This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ExtenderUseSandboxSettings This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ProjectConfiguration Gets or sets the project configuration that this object extends. (Inherited from DatabaseProjectConfigurationExtender.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Finalizes this object by notifying the site that this extender is not valid. (Inherited from DatabaseProjectExtenderBase.)
Protected method GetConfigurationProperty Gets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.)
Protected method GetConfigurationPropertyAsBool Attempts to get the configuration property as a Boolean. (Inherited from DatabaseProjectConfigurationExtender.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SetConfigurationProperty Sets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.)
Public method ToString Converts to a string. (Inherited from DatabaseProjectExtenderBase.)

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.VisualStudio.Data.Schema.Package.Internal Namespace