Share via


DatabaseConfigurationExtender.ExtenderDeployAction Property

Gets or sets the deploy action property.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
Public Property ExtenderDeployAction As String
'Usage
Dim instance As DatabaseConfigurationExtender 
Dim value As String 

value = instance.ExtenderDeployAction

instance.ExtenderDeployAction = value
public string ExtenderDeployAction { get; set; }
public:
property String^ ExtenderDeployAction {
    String^ get ();
    void set (String^ value);
}
public function get ExtenderDeployAction () : String 
public function set ExtenderDeployAction (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseConfigurationExtender Class

DatabaseConfigurationExtender Members

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