Share via


DatabaseConfigurationExtender Members

Include Protected Members
Include Inherited Members

Represents the database configuration extender.

The DatabaseConfigurationExtender 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

(Inherited from BaseExtender.)

Public method

GetAttributes

Returns the collection of attributes.

Public method

GetClassName

Returns the class name.

Public method

GetComponentName

Returns 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

Returns the converter.

Public method

GetDefaultEvent

Returns the default event.

Public method

GetDefaultProperty

Returns the default property.

Public method

GetEditor

Returns an editor with the specified base type.

Public method

GetEvents

Overloaded. Returns the collection of events.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetProperties

Overloaded. Returns the collection of properties.

Public method

GetPropertyOwner

Returns this object.

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

Converts object to string. (Inherited from BaseExtender.)

Top

Properties

 

Name

Description

Public property

ExtenderDBSchemaFileName

Gets or sets the schema file name.

Public property

ExtenderDeployAction

Gets or sets the deploy action property.

Public property

ExtenderDeploymentConfigFile

Used in the Deploy Properties page (when sandboxing is disabled).

Public property

ExtenderSandboxDeploymentConfigFile

Used in the Deploy Properties page (when sandboxing is enabled).

Public property

ExtenderSandboxSqlCommandVariablesFile

Used in the Deploy Properties page (when sandboxing is enabled).

Public property

ExtenderSqlCommandVariablesFile

Used in the Deploy Properties page (when sandboxing is disabled).

Public property

ExtenderSqlSandboxTargetDatabase

Used in the Deploy Properties page (when sandboxing is enabled) to show the target database.

Public property

ExtenderSqlTargetDatabase

Used in the Deploy Properties page to show the target database.

Top

See Also

Reference

DatabaseConfigurationExtender Class

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