Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
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