Compartilhar via


Propriedade AgnosticDatabaseConfigurationExtender.ExtenderDeployScriptFileName

Obtém o nome de arquivo do script de implantação na página de propriedades de implantar nas configurações do projeto.

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

Sintaxe

'Declaração
<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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

AgnosticDatabaseConfigurationExtender Classe

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