Share via


AgnosticDatabaseConfigurationSandboxExtender Class

Represents the agnostic database configuration sandbox extender.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class AgnosticDatabaseConfigurationSandboxExtender _
    Inherits DatabaseProjectConfigurationExtender
'Usage
Dim instance As AgnosticDatabaseConfigurationSandboxExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class AgnosticDatabaseConfigurationSandboxExtender : DatabaseProjectConfigurationExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class AgnosticDatabaseConfigurationSandboxExtender sealed : public DatabaseProjectConfigurationExtender
public final class AgnosticDatabaseConfigurationSandboxExtender extends DatabaseProjectConfigurationExtender

Remarks

This class must be ComVisible and public because it is used in the Visual Studio property window.

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.Project.Features.Extenders.AgnosticDatabaseConfigurationSandboxExtender

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

AgnosticDatabaseConfigurationSandboxExtender Members

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