SqlClrReferenceNodeExtender 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 SqlClr 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..::..SqlClrReferenceNodeExtender

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 SqlClrReferenceNodeExtender _
    Inherits DatabaseProjectNodeExtender _
    Implements ICustomTypeDescriptor
'Usage
Dim instance As SqlClrReferenceNodeExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class SqlClrReferenceNodeExtender : DatabaseProjectNodeExtender, 
    ICustomTypeDescriptor
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class SqlClrReferenceNodeExtender sealed : public DatabaseProjectNodeExtender, 
    ICustomTypeDescriptor
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type SqlClrReferenceNodeExtender =  
    class
        inherit DatabaseProjectNodeExtender
        interface ICustomTypeDescriptor
    end
public final class SqlClrReferenceNodeExtender extends DatabaseProjectNodeExtender implements ICustomTypeDescriptor

The SqlClrReferenceNodeExtender type exposes the following members.

Properties

  Name Description
Public property AssemblyName Assembly Name Property.
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 GenerateSqlClrDdl IsModelAware Property.
Public property IsModelAware IsModelAware Property.
Public property IsVisible IsVisible Property.
Public property OwnerName Owner Name Property.
Public property PermissionSet Permission Set Property.

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

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