DatabaseProjectNodeExtender Class

Derive from this class to create extenders for database nodes.

This API is not CLS-compliant. 

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Project..::..DatabaseProjectExtenderBase
    Microsoft.VisualStudio.Data.Tools.Package.Project..::..DatabaseProjectNodeExtender
      Microsoft.VisualStudio.Data.Tools.Package.Internal..::..AgnosticDatabaseFileNodeExtender
      Microsoft.VisualStudio.Data.Tools.Package.Internal..::..AgnosticDatabaseFolderNodeExtender
      Microsoft.VisualStudio.Data.Tools.Package.Internal..::..DatabaseFileNodeExtender
      Microsoft.VisualStudio.Data.Tools.Package.Internal..::..DatabaseProjectOrSqlSchemaFileReferenceNodeExtender
      Microsoft.VisualStudio.Data.Tools.Package.Internal..::..DatabaseProjectProjectNodeExtender
      Microsoft.VisualStudio.Data.Tools.Package.Internal..::..SqlClrReferenceNodeExtender

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public MustInherit Class DatabaseProjectNodeExtender _
    Inherits DatabaseProjectExtenderBase
'Usage
Dim instance As DatabaseProjectNodeExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public abstract class DatabaseProjectNodeExtender : DatabaseProjectExtenderBase
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class DatabaseProjectNodeExtender abstract : public DatabaseProjectExtenderBase
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type DatabaseProjectNodeExtender =  
    class
        inherit DatabaseProjectExtenderBase
    end
public abstract class DatabaseProjectNodeExtender extends DatabaseProjectExtenderBase

The DatabaseProjectNodeExtender type exposes the following members.

Properties

  Name Description
Public property ExtenderAlwaysCreateNewDatabase Gets or sets {insert text here}.
Public property ExtenderAssemblyCompany Gets or sets {insert text here}.
Public property ExtenderAssemblyCopyright Gets or sets {insert text here}.
Public property ExtenderAssemblyDescription Gets or sets {insert text here}.
Public property ExtenderAssemblyFileVersion Gets or sets {insert text here}.
Public property ExtenderAssemblyGuid Gets or sets {insert text here}.
Public property ExtenderAssemblyName The AssemblyName for this project
Public property ExtenderAssemblyNeutralResourcesLanguage The NeutralResourcesLanguage for this project
Public property ExtenderAssemblyOriginatorKeyFile The AssemblyOriginatorKeyFile for this project
Public property ExtenderAssemblyOwner The Permission Set for the contained assembly in the project
Public property ExtenderAssemblyProduct Gets or sets {insert text here}.
Public property ExtenderAssemblyTitle The AssemblyTitle for this project
Public property ExtenderAssemblyTrademark Gets or sets {insert text here}.
Public property ExtenderAssemblyVersion The AssemblyVersion for this project
Public property ExtenderBlockIncrementalDeploymentIfDataLoss Gets or sets {insert text here}.
Public property ExtenderComVisible Gets or sets {insert text here}.
Public property ExtenderDelaySign The Delay Sign for this project
Public property ExtenderDoNotUseAlterAssemblyStatementsToUpdateCLRTypes Gets or sets {insert text here}.
Public property ExtenderExternalStartProgram Gets or sets {insert text here}.
Public property ExtenderExternalStartProgramArguments Gets or sets {insert text here}.
Public property ExtenderExternalStartProgramWorkingDirectory Gets or sets {insert text here}.
Public property ExtenderGenerateDropsIfNotInProject Gets or sets {insert text here}.
Public property ExtenderGenerateSqlClrDdl The Generate SQLCLR DDL
Public property ExtenderGenerateSqlClrSymbols The Generate SQLCLR Symbols
Public property ExtenderPermissionSet The Permission Set for the contained assembly in the project
Public property ExtenderReferencePath The Reference paths for this project
Public property ExtenderRootNamespace The RootNamespace for this project
Public property ExtenderScriptDatabaseOptions Gets or sets {insert text here}.
Public property ExtenderSignAssembly The Sign Assembly for this project
Public property ExtenderStartupScript Gets or sets {insert text here}.
Public property ExtenderStartupScriptList Gets or sets {insert text here}.
Public property ExtenderTargetDatabase Used in the Debug Properties Page to show the target database
Public property ExtenderTargetFrameworkMoniker The TargetFrameworkMoniker for this project
Public property ExtenderTargetLanguage The TargetLanguage for the contained assembly in the project

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize Finalizes this object by notifying the site that this extender is invalid (Inherited from DatabaseProjectExtenderBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString It just so happens that object.ToString() has the right interface to become an IDispatch property, but we don't want to create a ProjectExtender.ToString property, so we need to explicitly implment this method in order to hide it from COM. (Inherited from DatabaseProjectExtenderBase.)

Top

Remarks

NOTE : This class must be ComVisible and public because it's used in the VS property window.

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

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace