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 | |
---|---|---|
DatabaseProjectNode | Gets the database project node in which is located the IDatabaseProjectConfiguration that you extend. (Inherited from DatabaseProjectConfigurationExtender.) | |
ExtenderDeployScriptFileName | Gets the file name of the deploy script on the Deploy Property page in the project settings. | |
ExtenderDeployToDatabase | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderOutputPath | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderSuppressWarnings | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderTargetConnectionString | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderTargetDatabase | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderTreatWarningsAsErrors | 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.) | |
GetAttributes | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetClassName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetComponentName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetConfigurationProperty | Gets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.) | |
GetConfigurationPropertyAsBool | Attempts to get the configuration property as a Boolean. (Inherited from DatabaseProjectConfigurationExtender.) | |
GetConverter | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetDefaultEvent | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetDefaultProperty | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetEditor | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetEvents() | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetEvents(array<Attribute[]) | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetProperties() | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetProperties(array<Attribute[]) | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetPropertyOwner | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsPropertyHidden | This class and its members are reserved for internal use and are not intended to be used in your code. | |
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