Compartir a través de


AgnosticDatabaseConfigurationExtender.ExtenderDeployScriptFileName (Propiedad)

Obtiene el nombre de archivo del script de implementación en la página de propiedades de implementación de los valores de configuración del proyecto.

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 ExtenderDeployScriptFileName As String
    Get
    Set
[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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

AgnosticDatabaseConfigurationExtender Clase

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