Share via


DatabaseConfigurationExtender Class

This type is only used internally; you cannot use it directly from your code. Represents the database configuration extender.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DatabaseConfigurationExtender _
    Inherits DatabaseProjectConfigurationExtender _
    Implements ICustomTypeDescriptor
'Usage
Dim instance As DatabaseConfigurationExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class DatabaseConfigurationExtender : DatabaseProjectConfigurationExtender, 
    ICustomTypeDescriptor
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class DatabaseConfigurationExtender sealed : public DatabaseProjectConfigurationExtender, 
    ICustomTypeDescriptor
public final class DatabaseConfigurationExtender extends DatabaseProjectConfigurationExtender implements ICustomTypeDescriptor
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type DatabaseConfigurationExtender =  
    class
        inherit DatabaseProjectConfigurationExtender
        interface ICustomTypeDescriptor
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.BaseExtender
    Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.DatabaseProjectConfigurationExtender
      Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders.DatabaseConfigurationExtender

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

DatabaseConfigurationExtender Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace