117 lines
4.7 KiB
C#
117 lines
4.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.5466
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace ASTrace.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string AnalysisServerName {
|
|
get {
|
|
return ((string)(this["AnalysisServerName"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("localhost")]
|
|
public string SQLServer {
|
|
get {
|
|
return ((string)(this["SQLServer"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("TraceDB")]
|
|
public string SQLServerDatabase {
|
|
get {
|
|
return ((string)(this["SQLServerDatabase"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ASTraceTable")]
|
|
public string TraceTableName {
|
|
get {
|
|
return ((string)(this["TraceTableName"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Standard.tdf")]
|
|
public string TraceDefinition {
|
|
get {
|
|
return ((string)(this["TraceDefinition"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool PreserveHistory {
|
|
get {
|
|
return ((bool)(this["PreserveHistory"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string AnalysisServerNames {
|
|
get {
|
|
return ((string)(this["AnalysisServerNames"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AppendDateToSQLTable {
|
|
get {
|
|
return ((bool)(this["AppendDateToSQLTable"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
|
public int RestartRetries {
|
|
get {
|
|
return ((int)(this["RestartRetries"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("5")]
|
|
public int RestartDelayMinutes {
|
|
get {
|
|
return ((int)(this["RestartDelayMinutes"]));
|
|
}
|
|
}
|
|
}
|
|
}
|