AgnosticDatabaseConfigurationSandboxExtender Class
This type is only used internally; you cannot use it directly from your code. 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
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class AgnosticDatabaseConfigurationSandboxExtender _
Inherits DatabaseProjectConfigurationExtender
'Usage
Dim instance As AgnosticDatabaseConfigurationSandboxExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class AgnosticDatabaseConfigurationSandboxExtender : DatabaseProjectConfigurationExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class AgnosticDatabaseConfigurationSandboxExtender sealed : public DatabaseProjectConfigurationExtender
public final class AgnosticDatabaseConfigurationSandboxExtender extends DatabaseProjectConfigurationExtender
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type AgnosticDatabaseConfigurationSandboxExtender =
class
inherit DatabaseProjectConfigurationExtender
end
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