Share via


AgnosticDatabaseConfigurationExtender.ExtenderDeployScriptFileName Property

Gets the file name of the deploy script on the Deploy Property page in the project settings.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property ExtenderDeployScriptFileName As String
[BrowsableAttribute(false)]
public string ExtenderDeployScriptFileName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ExtenderDeployScriptFileName {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member ExtenderDeployScriptFileName : string with get, set
function get ExtenderDeployScriptFileName () : String
function set ExtenderDeployScriptFileName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

AgnosticDatabaseConfigurationExtender Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace