Share via


AgnosticDatabaseConfigurationExtender 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.AgnosticDatabaseConfigurationExtender

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 AgnosticDatabaseConfigurationExtender _
    Inherits DatabaseProjectConfigurationExtender _
    Implements IFilterProperties, ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class AgnosticDatabaseConfigurationExtender : DatabaseProjectConfigurationExtender, 
    IFilterProperties, ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class AgnosticDatabaseConfigurationExtender sealed : public DatabaseProjectConfigurationExtender, 
    IFilterProperties, ICustomTypeDescriptor
[<Sealed>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type AgnosticDatabaseConfigurationExtender =  
    class
        inherit DatabaseProjectConfigurationExtender
        interface IFilterProperties
        interface ICustomTypeDescriptor
    end
public final class AgnosticDatabaseConfigurationExtender extends DatabaseProjectConfigurationExtender implements IFilterProperties, ICustomTypeDescriptor

The AgnosticDatabaseConfigurationExtender 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 ExtenderDeployScriptFileName Gets the file name of the deploy script on the Deploy Property page in the project settings.
Public property ExtenderDeployToDatabase This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ExtenderOutputPath This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ExtenderSuppressWarnings This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ExtenderTargetConnectionString This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ExtenderTargetDatabase This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ExtenderTreatWarningsAsErrors 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.)
Public method GetAttributes This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetClassName This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetComponentName This class and its members are reserved for internal use and are not intended to be used in your code.
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 GetConverter This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetDefaultEvent This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetDefaultProperty This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetEditor This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetEvents() This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetEvents(array<Attribute[]) This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetProperties() This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetProperties(array<Attribute[]) This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetPropertyOwner This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsPropertyHidden This class and its members are reserved for internal use and are not intended to be used in your code.
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