AgnosticDatabaseConfigurationSandboxExtender.ExtenderSandboxDeployScriptFileName, propriété
Nom de fichier du script de déploiement dans la page de propriétés Deploy lorsque vous utilisez les paramètres du bac à sable (sandbox).
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 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)
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
AgnosticDatabaseConfigurationSandboxExtender Classe
Microsoft.VisualStudio.Data.Schema.Package.Internal, espace de noms