DatabaseProjectConfigurationExtender Class
Derives from this class to create extenders for database project configurations.
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.AgnosticDatabaseConfigurationExtender
Microsoft.VisualStudio.Data.Schema.Package.Internal.AgnosticDatabaseConfigurationSandboxExtender
Microsoft.VisualStudio.Data.Schema.Package.Internal.StaticCodeAnalysisExtender
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal.DatabaseConfigurationExtender
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public MustInherit Class DatabaseProjectConfigurationExtender _
Inherits DatabaseProjectExtenderBase
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public abstract class DatabaseProjectConfigurationExtender : DatabaseProjectExtenderBase
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class DatabaseProjectConfigurationExtender abstract : public DatabaseProjectExtenderBase
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type DatabaseProjectConfigurationExtender =
class
inherit DatabaseProjectExtenderBase
end
public abstract class DatabaseProjectConfigurationExtender extends DatabaseProjectExtenderBase
The DatabaseProjectConfigurationExtender type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseProjectConfigurationExtender | Initializes a new instance of the DatabaseProjectConfigurationExtender class. |
Top
Properties
Name | Description | |
---|---|---|
DatabaseProjectNode | Gets the database project node in which is located the IDatabaseProjectConfiguration that you extend. | |
ProjectConfiguration | Gets or sets the project configuration that this object extends. |
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. | |
GetConfigurationPropertyAsBool | Attempts to get the configuration property as a Boolean. | |
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. | |
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.Project Namespace