ExtenderDeployScriptFileName Property
The deploy script filename on the Debug Property page when using project settings
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ExtenderDeployScriptFileName As String
Get
Set
'Usage
Dim instance As AgnosticDatabaseConfigurationExtender
Dim value As String
value = instance.ExtenderDeployScriptFileName
instance.ExtenderDeployScriptFileName = value
[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
See Also
Reference
AgnosticDatabaseConfigurationExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace