AgnosticDatabaseConfigurationExtender.ExtenderDeployScriptFileName, propriété
Obtient le nom de fichier du script de déploiement dans la page de propriétés Deploy des paramètres du projet.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
<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)
Valeur de propriété
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AgnosticDatabaseConfigurationExtender Classe
Microsoft.VisualStudio.Data.Schema.Package.Internal, espace de noms