Share via


DatabaseProjectProjectNodeExtender Class

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..::..DatabaseProjectProjectNodeExtender

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DatabaseProjectProjectNodeExtender _
    Inherits DatabaseProjectNodeExtender _
    Implements ICustomTypeDescriptor
'Usage
Dim instance As DatabaseProjectProjectNodeExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class DatabaseProjectProjectNodeExtender : DatabaseProjectNodeExtender, 
    ICustomTypeDescriptor
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class DatabaseProjectProjectNodeExtender sealed : public DatabaseProjectNodeExtender, 
    ICustomTypeDescriptor
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type DatabaseProjectProjectNodeExtender =  
    class
        inherit DatabaseProjectNodeExtender
        interface ICustomTypeDescriptor
    end
public final class DatabaseProjectProjectNodeExtender extends DatabaseProjectNodeExtender implements ICustomTypeDescriptor

The DatabaseProjectProjectNodeExtender type exposes the following members.

Properties

  Name Description
Public property ExtenderAlwaysCreateNewDatabase Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyCompany Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyCopyright Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyDescription Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyFileVersion Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyGuid Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyName The AssemblyName for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyNeutralResourcesLanguage The NeutralResourcesLanguage for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyOriginatorKeyFile The AssemblyOriginatorKeyFile for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyOwner The Permission Set for the contained assembly in the project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyProduct Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyTitle The AssemblyTitle for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyTrademark Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderAssemblyVersion The AssemblyVersion for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderBlockIncrementalDeploymentIfDataLoss Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderComVisible Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderDefaultCollation Gets or sets {insert text here}.
Public property ExtenderDefaultSchema Gets or sets {insert text here}.
Public property ExtenderDelaySign The Delay Sign for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderDoNotUseAlterAssemblyStatementsToUpdateCLRTypes Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderDspFriendlyName The DSP for this project. This controls what sql version the project is affinitized to.
Public property ExtenderExternalStartProgram Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderExternalStartProgramArguments Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderExternalStartProgramWorkingDirectory Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderGenerateCreateScript Gets or sets {insert text here}.
Public property ExtenderGenerateDac Gets or sets {insert text here}.
Public property ExtenderGenerateDatabaseFile Gets or sets {insert text here}.
Public property ExtenderGenerateDropsIfNotInProject Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderGenerateSqlClrDdl The Generate SQLCLR DDL (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderGenerateSqlClrSymbols The Generate SQLCLR Symbols (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderIncludeSchemaNameInFileName Gets or sets {insert text here}.
Public property ExtenderPermissionSet The Permission Set for the contained assembly in the project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderReferencePath The Reference paths for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderRootNamespace The RootNamespace for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderScriptDatabaseOptions Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderSignAssembly The Sign Assembly for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderSqlServerVerification Gets or sets {insert text here}.
Public property ExtenderStartupScript Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderStartupScriptList Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderTargetDatabase Used in the Debug Properties Page to show the target database (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderTargetDBName Gets {insert text here}.
Public property ExtenderTargetFrameworkMoniker The TargetFrameworkMoniker for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderTargetLanguage The TargetLanguage for the contained assembly in the project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderValidateCasingOnIdentifiers Since model collation is latin general CI, this flag indicates that the validation engine should show errors for identifiers which don't match in case.

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 GetAttributes
Public method GetClassName
Public method GetComponentName
Public method GetConverter
Public method GetDefaultEvent
Public method GetDefaultProperty
Public method GetEditor
Public method GetEvents() () () ()
Public method GetEvents(array<Attribute> [] () [] [])
Public method GetHashCode (Inherited from Object.)
Public method GetProperties() () () ()
Public method GetProperties(array<Attribute> [] () [] [])
Public method GetPropertyOwner
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

This class and its members are reserved for internal use and are not intended to be used in your code. 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.Internal Namespace