WebSiteProperties2.EnableSQLServerDebugging, propriété
Espace de noms : VsWebSite
Assembly : VsWebSite.Interop (dans VsWebSite.Interop.dll)
Syntaxe
'Déclaration
Property EnableSQLServerDebugging As Boolean
Get
Set
bool EnableSQLServerDebugging { get; set; }
property bool EnableSQLServerDebugging {
bool get ();
void set (bool value);
}
abstract EnableSQLServerDebugging : bool with get, set
function get EnableSQLServerDebugging () : boolean
function set EnableSQLServerDebugging (value : boolean)
Valeur de propriété
Type : System.Boolean
Implémentations
WebSiteProperties.EnableSQLServerDebugging
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.