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 | |
---|---|---|
DatabaseProjectNode | Gets the database project node in which is located the IDatabaseProjectConfiguration that you extend. (Inherited from DatabaseProjectConfigurationExtender.) | |
ExtenderSandboxDeployScriptFileName | The deploy script file name on the Deploy Property page when you use sandbox settings. | |
ExtenderSandboxTargetConnectionString | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderSandboxTargetDatabase | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderUseSandboxSettings | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ProjectConfiguration | Gets or sets the project configuration that this object extends. (Inherited from DatabaseProjectConfigurationExtender.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Finalizes this object by notifying the site that this extender is not valid. (Inherited from DatabaseProjectExtenderBase.) | |
GetConfigurationProperty | Gets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.) | |
GetConfigurationPropertyAsBool | Attempts to get the configuration property as a Boolean. (Inherited from DatabaseProjectConfigurationExtender.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetConfigurationProperty | Sets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.) | |
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