Share via


AgnosticDatabaseConfigurationSandboxExtender.ExtenderSandboxDeployScriptFileName Property

The deploy script file name on the Deploy Property page when you use sandbox 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 ExtenderSandboxDeployScriptFileName As String
[BrowsableAttribute(false)]
public string ExtenderSandboxDeployScriptFileName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ExtenderSandboxDeployScriptFileName {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member ExtenderSandboxDeployScriptFileName : string with get, set
function get ExtenderSandboxDeployScriptFileName () : String
function set ExtenderSandboxDeployScriptFileName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

AgnosticDatabaseConfigurationSandboxExtender Class

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