DatabaseConfigurationExtender Class
This class and its members are reserved for internal use and are not intended to be used in your code.
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.Sql.Internal.DatabaseConfigurationExtender
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class DatabaseConfigurationExtender _
Inherits DatabaseProjectConfigurationExtender _
Implements ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class DatabaseConfigurationExtender : DatabaseProjectConfigurationExtender,
ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class DatabaseConfigurationExtender sealed : public DatabaseProjectConfigurationExtender,
ICustomTypeDescriptor
[<Sealed>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type DatabaseConfigurationExtender =
class
inherit DatabaseProjectConfigurationExtender
interface ICustomTypeDescriptor
end
public final class DatabaseConfigurationExtender extends DatabaseProjectConfigurationExtender implements ICustomTypeDescriptor
The DatabaseConfigurationExtender 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.) | |
ExtenderDBSchemaFileName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderDeployAction | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderDeploymentConfigFile | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderSandboxDeployAction | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderSandboxDeploymentConfigFile | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderSandboxSqlCommandVariablesFile | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderSqlCommandVariablesFile | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderSqlSandboxTargetDatabase | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ExtenderSqlTargetDatabase | 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.Sql.Internal Namespace