IDatabaseProjectFeature Interface

Identifies a class as an extension to the database project behavior.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseProjectFeature _
    Inherits IExtension
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectFeature : IExtension
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectFeature : IExtension
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectFeature =  
    interface
        interface IExtension
    end
public interface IDatabaseProjectFeature extends IExtension

The IDatabaseProjectFeature type exposes the following members.

Methods

  Name Description
Public method Initialize Initializes the new project feature.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace