DatabaseProjectOrSqlSchemaFileReferenceNodeExtender Class

This class and its members are reserved for internal use and are not intended to be used in your code. Provides the properties on a SQLDB project reference node

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

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

Syntax

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

The DatabaseProjectOrSqlSchemaFileReferenceNodeExtender type exposes the following members.

Properties

  Name Description
Public property CompatibilityMode Compatibility Mode Property.
Public property DatabaseVariableNameOrLiteral Database Variable Name or the Literal value
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 ExtenderDelaySign The Delay Sign for this project (Inherited from DatabaseProjectNodeExtender.)
Public property ExtenderDoNotUseAlterAssemblyStatementsToUpdateCLRTypes Gets or sets {insert text here}. (Inherited from DatabaseProjectNodeExtender.)
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 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 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 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 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 IsAnsiNullsOn IsAnsiNullsOn Property.
Public property IsQuotedIdentifierOn Quoted Identifier Property.
Public property ModelCollation Model Collation Property.
Public property ServerVariableName Server Variable Name Property.
Public property SqlVersion Sql Version Property.
Public property UnresolvedReferenceSuppression Are missing dependency warnings suppressed?

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 GetSqlVersionOfOutputFileAndProject Returns the dsp version for the .dacpac file key output and the project. These might not be the same if the customer switches target versions without rebuilding.
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.Internal Namespace