AgnosticDatabaseConfigurationExtender Members

Include Protected Members
Include Inherited Members

This type is only used internally; you cannot use it directly from your code. Represents the agnostic database configuration extender.

The AgnosticDatabaseConfigurationExtender type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Override. (Inherited from BaseExtender.)
Public method GetAttributes Gets an attribute collection.
Public method GetClassName Gets the class name.
Public method GetComponentName Gets the component name.
Protected method GetConfigurationProperty Gets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.)
Protected method GetConfigurationPropertyAsBool Tries to get the configuration property as a Boolean. If it fails to parse, returns "defaultValue". (Inherited from DatabaseProjectConfigurationExtender.)
Public method GetConverter Gets the type converter.
Public method GetDefaultEvent Gets the default event.
Public method GetDefaultProperty Gets the default property.
Public method GetEditor Gets the editor.
Public method GetEvents Overloaded. Gets an events descriptor collection.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetProperties Overloaded. Returns a property descriptor collection.
Public method GetPropertyOwner Gets the property owner.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsPropertyHidden Used to hide certain properties dynamically.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SetConfigurationProperty Sets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.)
Public method ToString Override. Converts object to string. (Inherited from BaseExtender.)

Top

Properties

  Name Description
Public property DatabaseProjectNode (Inherited from DatabaseProjectConfigurationExtender.)
Public property ExtenderDeployScriptFileName Gets or sets the deploy script file name on the Deploy Property page when using project settings.
Public property ExtenderDeployToDatabase Gets or sets whether to deploy to the database.
Public property ExtenderOutputPath Gets or sets the output path on the Build properties page.
Public property ExtenderSuppressWarnings Gets or sets suppress warnings.
Public property ExtenderTargetConnectionString Gets or sets the target connection string.
Public property ExtenderTargetDatabase Gets or sets the target database.
Public property ExtenderTreatWarningsAsErrors Gets or sets whether to treat warnings as errors.
Public property ProjectConfiguration (Inherited from DatabaseProjectConfigurationExtender.)

Top

See Also

Reference

AgnosticDatabaseConfigurationExtender Class

Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace