Поделиться через


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
Public method DatabaseProjectConfigurationExtender Initializes a new instance of the DatabaseProjectConfigurationExtender class.

Top

Properties

  Name Description
Public property DatabaseProjectNode Gets the database project node in which is located the IDatabaseProjectConfiguration that you extend.
Public property ProjectConfiguration Gets or sets the project configuration that this object extends.

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.
Protected method GetConfigurationPropertyAsBool Attempts to get the configuration property as a Boolean.
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.
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.Project Namespace