AgnosticDatabaseConfigurationSandboxExtender.ExtenderSandboxDeployScriptFileName (Propiedad)

Nombre de archivo del script de implementación en la página de propiedades de implementación cuando se usan los valores de configuración del espacio aislado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public Property ExtenderSandboxDeployScriptFileName As String
    Get
    Set
[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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

AgnosticDatabaseConfigurationSandboxExtender Clase

Microsoft.VisualStudio.Data.Schema.Package.Internal (Espacio de nombres)