- Timestamp:
- 07/24/14 09:16:42 (10 years ago)
- Location:
- branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.dbml
r11040 r11222 1 1 <?xml version="1.0" encoding="utf-8"?><Database Name="HeuristicLab.Hive-3.3" Class="HiveDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007"> 2 <Connection Mode="AppSettings" ConnectionString="Data Source= .\SQLEXPRESS;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True" SettingsObjectName="HeuristicLab.Services.Hive.DataAccess.Settings" SettingsPropertyName="HeuristicLab_Hive_LinqConnectionString" Provider="System.Data.SqlClient" />2 <Connection Mode="AppSettings" ConnectionString="Data Source=localhost\SQLEXPRESS;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True" SettingsObjectName="HeuristicLab.Services.Hive.DataAccess.Settings" SettingsPropertyName="HeuristicLab_Hive_LinqConnectionString" Provider="System.Data.SqlClient" /> 3 3 <Table Name="dbo.AssignedResources" Member="AssignedResources"> 4 4 <Type Name="AssignedResource"> … … 116 116 <Column Name="Data" Type="System.Byte[]" DbType="VarBinary(MAX)" CanBeNull="false" UpdateCheck="Never" IsDelayLoaded="true" /> 117 117 <Column Name="LastUpdate" Type="System.DateTime" DbType="DateTime" CanBeNull="false" /> 118 <Column Name="DataSize" Type="System.Int64" DbType="BigInt NOT NULL" IsReadOnly="true" IsDbGenerated="true" CanBeNull="false" />119 118 <Association Name="Task_TaskData" Member="Task" Storage="_Job" ThisKey="TaskId" OtherKey="TaskId" Type="Task" IsForeignKey="true" /> 120 119 </Type> … … 233 232 <Column Name="CoresRequired" Type="System.Int32" DbType="Int NOT NULL" CanBeNull="false" /> 234 233 <Column Name="MemoryRequired" Type="System.Int32" DbType="Int NOT NULL" CanBeNull="false" /> 235 <Column Name="TaskSize" Type="System.Int64" DbType="BigInt NOT NULL" CanBeNull="false" />236 <Column Name="ResultSize" Type="System.Int64" DbType="BigInt" CanBeNull="true" />237 234 <Column Name="Priority" Type="System.Int32" DbType="Int NOT NULL" CanBeNull="false" /> 238 235 <Column Name="LastClientId" Type="System.Guid" DbType="UniqueIdentifier NOT NULL" CanBeNull="false" /> … … 286 283 <Column Name="TotalMemory" Type="System.Int32" DbType="Int NOT NULL" CanBeNull="false" /> 287 284 <Column Name="CpuUtilization" Type="System.Double" DbType="Float NOT NULL" CanBeNull="false" /> 288 <Column Name="TrafficIn" Type="System.Int32" DbType="Int NOT NULL" CanBeNull="false" />289 <Column Name="TrafficOut" Type="System.Int32" DbType="Int NOT NULL" CanBeNull="false" />290 285 <Column Name="TotalTimeIdle" Type="System.Double" DbType="Float NOT NULL" CanBeNull="false" /> 291 286 <Column Name="TotalTimeCalculating" Type="System.Double" DbType="Float NOT NULL" CanBeNull="false" /> -
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.dbml.layout
r11203 r11222 69 69 </nodes> 70 70 </inheritanceConnector> 71 <associationConnector edgePoints="[(11.8134963640734 : 2.9631982421875); (11.8134963640734 : 3.56770833333333); (11.1119791666667 : 3.56770833333333); (11.1119791666667 : 5.09699625651042); (10.875 : 5.09699625651042)]" manuallyRouted="true" fixedFrom=" Algorithm" fixedTo="Algorithm">71 <associationConnector edgePoints="[(11.8134963640734 : 2.9631982421875); (11.8134963640734 : 3.56770833333333); (11.1119791666667 : 3.56770833333333); (11.1119791666667 : 5.09699625651042); (10.875 : 5.09699625651042)]" manuallyRouted="true" fixedFrom="NotFixed" fixedTo="NotFixed"> 72 72 <AssociationMoniker Name="/HiveDataContext/Resource/Resource_AssignedResource" /> 73 73 <nodes> … … 76 76 </nodes> 77 77 </associationConnector> 78 <classShape Id="6bc13f26-f9a8-4597-b054-35be34190d12" absoluteBounds="4.125, 1, 2, 1. 5785953776041666">78 <classShape Id="6bc13f26-f9a8-4597-b054-35be34190d12" absoluteBounds="4.125, 1, 2, 1.3862939453125"> 79 79 <DataClassMoniker Name="/HiveDataContext/TaskData" /> 80 80 <nestedChildShapes> 81 <elementListCompartment Id="a068522c-7974-4679-b356-e33c941c465b" absoluteBounds="4.14, 1.46, 1.9700000000000002, 1.0185953776041665" name="DataPropertiesCompartment" titleTextColor="Black" itemTextColor="Black" />81 <elementListCompartment Id="a068522c-7974-4679-b356-e33c941c465b" absoluteBounds="4.14, 1.46, 1.9700000000000002, 0.8262939453125" name="DataPropertiesCompartment" titleTextColor="Black" itemTextColor="Black" /> 82 82 </nestedChildShapes> 83 83 </classShape> … … 121 121 </nestedChildShapes> 122 122 </classShape> 123 <associationConnector edgePoints="[(11.25 : 1.44547136382195); (11.0260416666667 : 1.44547136382195); (11.0260416666667 : 0.5625); (2.75 : 0.5625); (2.75 : 1)]" manuallyRouted="true" fixedFrom=" Algorithm" fixedTo="Algorithm">123 <associationConnector edgePoints="[(11.25 : 1.44547136382195); (11.0260416666667 : 1.44547136382195); (11.0260416666667 : 0.5625); (2.75 : 0.5625); (2.75 : 1)]" manuallyRouted="true" fixedFrom="NotFixed" fixedTo="NotFixed"> 124 124 <AssociationMoniker Name="/HiveDataContext/Resource/Resource_StateLog" /> 125 125 <nodes> … … 193 193 </nodes> 194 194 </associationConnector> 195 <associationConnector edgePoints="[(7.20923076923077 : 1); (7.20923076923077 : 0.770833333333333); (7.80461538461539 : 0.770833333333333); (7.80461538461539 : 1)]" manuallyRouted="true" fixedFrom=" Algorithm" fixedTo="Algorithm">195 <associationConnector edgePoints="[(7.20923076923077 : 1); (7.20923076923077 : 0.770833333333333); (7.80461538461539 : 0.770833333333333); (7.80461538461539 : 1)]" manuallyRouted="true" fixedFrom="NotFixed" fixedTo="NotFixed"> 196 196 <AssociationMoniker Name="/HiveDataContext/Task/Task_Task" /> 197 197 <nodes> … … 200 200 </nodes> 201 201 </associationConnector> 202 <associationConnector edgePoints="[(6.5 : 1. 71242390950521); (6.125 : 1.71242390950521)]" fixedFrom="NotFixed" fixedTo="NotFixed">202 <associationConnector edgePoints="[(6.5 : 1.69314697265625); (6.125 : 1.69314697265625)]" fixedFrom="Algorithm" fixedTo="Algorithm"> 203 203 <AssociationMoniker Name="/HiveDataContext/Task/Task_TaskData" /> 204 204 <nodes> … … 207 207 </nodes> 208 208 </associationConnector> 209 <associationConnector edgePoints="[(6.5 : 2.5 2492390950521); (3.75 : 2.52492390950521)]" fixedFrom="NotFixed" fixedTo="NotFixed">209 <associationConnector edgePoints="[(6.5 : 2.50564697265625); (3.75 : 2.50564697265625)]" fixedFrom="Algorithm" fixedTo="Algorithm"> 210 210 <AssociationMoniker Name="/HiveDataContext/Task/Task_StateLog" /> 211 211 <nodes> … … 253 253 </nestedChildShapes> 254 254 </classShape> 255 <classShape Id="04f52807-ce17-4d65-bd23-cc38c6dfbd7a" absoluteBounds="6.875, 11.25, 2, 4.0785139973958326">255 <classShape Id="04f52807-ce17-4d65-bd23-cc38c6dfbd7a" absoluteBounds="6.875, 11.25, 2, 3.6939111328125005"> 256 256 <DataClassMoniker Name="/HiveDataContext/FactTask" /> 257 257 <nestedChildShapes> 258 <elementListCompartment Id="63e3ddcb-a6fe-48e0-a674-e650a55a9f2c" absoluteBounds="6.8900000000000006, 11.71, 1.9700000000000002, 3. 518513997395833" name="DataPropertiesCompartment" titleTextColor="Black" itemTextColor="Black" />258 <elementListCompartment Id="63e3ddcb-a6fe-48e0-a674-e650a55a9f2c" absoluteBounds="6.8900000000000006, 11.71, 1.9700000000000002, 3.1339111328125" name="DataPropertiesCompartment" titleTextColor="Black" itemTextColor="Black" /> 259 259 </nestedChildShapes> 260 260 </classShape> … … 277 277 </nestedChildShapes> 278 278 </classShape> 279 <classShape Id="053a5cff-b18a-4ee5-8d43-48ed5c5dcfad" absoluteBounds="2.625, 11, 2, 3. 6939111328125005">279 <classShape Id="053a5cff-b18a-4ee5-8d43-48ed5c5dcfad" absoluteBounds="2.625, 11, 2, 3.3093082682291666"> 280 280 <DataClassMoniker Name="/HiveDataContext/FactClientInfo" /> 281 281 <nestedChildShapes> 282 <elementListCompartment Id="0a1cc913-6636-455c-95b3-302f533527db" absoluteBounds="2.6399999999999997, 11.46, 1.9700000000000002, 3.1339111328125" name="DataPropertiesCompartment" titleTextColor="Black" itemTextColor="Black" />283 </nestedChildShapes> 284 </classShape> 285 <associationConnector edgePoints="[(6. 02343825 : 15.25); (6.02343825 : 12.3038334785156); (6.875 : 12.3038334785156)]" fixedFrom="Algorithm" fixedTo="Algorithm">282 <elementListCompartment Id="0a1cc913-6636-455c-95b3-302f533527db" absoluteBounds="2.6399999999999997, 11.46, 1.9700000000000002, 2.7493082682291665" name="DataPropertiesCompartment" titleTextColor="Black" itemTextColor="Black" /> 283 </nestedChildShapes> 284 </classShape> 285 <associationConnector edgePoints="[(6.625 : 15.25); (6.875 : 14.9439111328125)]" fixedFrom="NotFixed" fixedTo="NotFixed"> 286 286 <AssociationMoniker Name="/HiveDataContext/DimClient/DimClient_FactTask" /> 287 287 <nodes> … … 297 297 </nodes> 298 298 </associationConnector> 299 <associationConnector edgePoints="[(5. 625 : 8.78125); (7.46875 : 8.78125); (7.46875 : 11.25)]" fixedFrom="Algorithm" fixedTo="Algorithm">299 <associationConnector edgePoints="[(5.02343625 : 10.2708968098958); (5.02343625 : 14.6266072005208); (5.90885291666667 : 14.6266072005208 : JumpStart); (6.07551958333333 : 14.6266072005208 : JumpEnd); (6.875 : 14.6266072005208)]" fixedFrom="Algorithm" fixedTo="Algorithm"> 300 300 <AssociationMoniker Name="/HiveDataContext/DimTime/DimTime_FactTask" /> 301 301 <nodes> … … 304 304 </nodes> 305 305 </associationConnector> 306 <associationConnector edgePoints="[(5.4218775 : 10.2708968098958); (5.4218775 : 13.3576659570313); (5.9 4010491666667 : 13.3576659570313 : JumpStart); (6.10677158333333 : 13.3576659570313 : JumpEnd); (6.71675495975 : 13.3576659570313); (6.71675495975 : 13.5762185635527); (6.875 : 13.5762185635527)]" manuallyRouted="true" fixedFrom="Algorithm" fixedTo="Algorithm">306 <associationConnector edgePoints="[(5.4218775 : 10.2708968098958); (5.4218775 : 13.3576659570313); (5.90885291666667 : 13.3576659570313 : JumpStart); (6.07551958333333 : 13.3576659570313 : JumpEnd); (6.71675495975 : 13.3576659570313); (6.71675495975 : 13.3568567264325); (6.875 : 13.3568567264325)]" manuallyRouted="true" fixedFrom="NotFixed" fixedTo="NotFixed"> 307 307 <AssociationMoniker Name="/HiveDataContext/DimTime/DimTime_FactTask1" /> 308 308 <nodes> … … 311 311 </nodes> 312 312 </associationConnector> 313 <associationConnector edgePoints="[( 4.625 : 16.2383361179518); (3.59375 : 16.2383361179518); (3.59375 : 14.2326684570313)]" fixedFrom="NotFixed" fixedTo="NotFixed">313 <associationConnector edgePoints="[(5.99218625 : 15.25); (5.99218625 : 12.1788329785157); (5.50521083333333 : 12.1788329785157 : JumpStart); (5.33854416666667 : 12.1788329785157 : JumpEnd); (5.10676958333333 : 12.1788329785157 : JumpStart); (4.94010291666667 : 12.1788329785157 : JumpEnd); (4.625 : 12.1788329785157)]" fixedFrom="Algorithm" fixedTo="Algorithm"> 314 314 <AssociationMoniker Name="/HiveDataContext/DimClient/DimClient_FactClientInfo" /> 315 315 <nodes> … … 318 318 </nodes> 319 319 </associationConnector> 320 <associationConnector edgePoints="[(4.125 : 10. 0891951497396); (4.125 : 11)]" fixedFrom="NotFixed" fixedTo="NotFixed">320 <associationConnector edgePoints="[(4.125 : 10.2708968098958); (4.125 : 11)]" fixedFrom="Algorithm" fixedTo="Algorithm"> 321 321 <AssociationMoniker Name="/HiveDataContext/DimTime/DimTime_FactClientInfo" /> 322 322 <nodes> … … 325 325 </nodes> 326 326 </associationConnector> 327 <associationConnector edgePoints="[(1.59375 : 9.97115315755208); (1.59375 : 12.6163342285156); (2.625 : 12.6163342285156)]" fixedFrom="NotFixed" fixedTo="NotFixed">327 <associationConnector edgePoints="[(1.59375 : 10.0689925130208); (1.59375 : 12.6546541341146); (2.625 : 12.6546541341146)]" fixedFrom="Algorithm" fixedTo="Algorithm"> 328 328 <AssociationMoniker Name="/HiveDataContext/DimUser/DimUser_FactClientInfo" /> 329 329 <nodes> -
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.designer.cs
r11040 r11222 2731 2731 private System.DateTime _LastUpdate; 2732 2732 2733 private long _DataSize = default(long);2734 2735 2733 private EntityRef<Task> _Job; 2736 2734 … … 2814 2812 this.OnLastUpdateChanged(); 2815 2813 } 2816 }2817 }2818 2819 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DataSize", AutoSync=AutoSync.Always, DbType="BigInt NOT NULL", IsDbGenerated=true, UpdateCheck=UpdateCheck.Never)]2820 public long DataSize2821 {2822 get2823 {2824 return this._DataSize;2825 2814 } 2826 2815 } … … 4871 4860 4872 4861 private int _MemoryRequired; 4873 4874 private long _TaskSize;4875 4876 private System.Nullable<long> _ResultSize;4877 4862 4878 4863 private int _Priority; … … 4918 4903 partial void OnMemoryRequiredChanging(int value); 4919 4904 partial void OnMemoryRequiredChanged(); 4920 partial void OnTaskSizeChanging(long value);4921 partial void OnTaskSizeChanged();4922 partial void OnResultSizeChanging(System.Nullable<long> value);4923 partial void OnResultSizeChanged();4924 4905 partial void OnPriorityChanging(int value); 4925 4906 partial void OnPriorityChanged(); … … 5107 5088 } 5108 5089 5109 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TaskSize", DbType="BigInt NOT NULL")]5110 public long TaskSize5111 {5112 get5113 {5114 return this._TaskSize;5115 }5116 set5117 {5118 if ((this._TaskSize != value))5119 {5120 this.OnTaskSizeChanging(value);5121 this.SendPropertyChanging();5122 this._TaskSize = value;5123 this.SendPropertyChanged("TaskSize");5124 this.OnTaskSizeChanged();5125 }5126 }5127 }5128 5129 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResultSize", DbType="BigInt")]5130 public System.Nullable<long> ResultSize5131 {5132 get5133 {5134 return this._ResultSize;5135 }5136 set5137 {5138 if ((this._ResultSize != value))5139 {5140 this.OnResultSizeChanging(value);5141 this.SendPropertyChanging();5142 this._ResultSize = value;5143 this.SendPropertyChanged("ResultSize");5144 this.OnResultSizeChanged();5145 }5146 }5147 }5148 5149 5090 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Priority", DbType="Int NOT NULL")] 5150 5091 public int Priority … … 5999 5940 6000 5941 private double _CpuUtilization; 6001 6002 private int _TrafficIn;6003 6004 private int _TrafficOut;6005 5942 6006 5943 private double _TotalTimeIdle; … … 6040 5977 partial void OnCpuUtilizationChanging(double value); 6041 5978 partial void OnCpuUtilizationChanged(); 6042 partial void OnTrafficInChanging(int value);6043 partial void OnTrafficInChanged();6044 partial void OnTrafficOutChanging(int value);6045 partial void OnTrafficOutChanged();6046 5979 partial void OnTotalTimeIdleChanging(double value); 6047 5980 partial void OnTotalTimeIdleChanged(); … … 6236 6169 } 6237 6170 6238 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TrafficIn", DbType="Int NOT NULL")]6239 public int TrafficIn6240 {6241 get6242 {6243 return this._TrafficIn;6244 }6245 set6246 {6247 if ((this._TrafficIn != value))6248 {6249 this.OnTrafficInChanging(value);6250 this.SendPropertyChanging();6251 this._TrafficIn = value;6252 this.SendPropertyChanged("TrafficIn");6253 this.OnTrafficInChanged();6254 }6255 }6256 }6257 6258 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TrafficOut", DbType="Int NOT NULL")]6259 public int TrafficOut6260 {6261 get6262 {6263 return this._TrafficOut;6264 }6265 set6266 {6267 if ((this._TrafficOut != value))6268 {6269 this.OnTrafficOutChanging(value);6270 this.SendPropertyChanging();6271 this._TrafficOut = value;6272 this.SendPropertyChanged("TrafficOut");6273 this.OnTrafficOutChanged();6274 }6275 }6276 }6277 6278 6171 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TotalTimeIdle", DbType="Float NOT NULL")] 6279 6172 public double TotalTimeIdle -
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql
r11040 r11222 96 96 [Data] VarBinary(MAX) Filestream NOT NULL, 97 97 [LastUpdate] DateTime NOT NULL, 98 [DataSize] AS (datalength([Data])),99 98 CONSTRAINT [PK_dbo.TaskData] PRIMARY KEY ([TaskId]) 100 99 ) … … 240 239 [TotalMemory] INT NOT NULL, 241 240 [CpuUtilization] FLOAT (53) NOT NULL, 242 [TrafficIn] INT NOT NULL,243 [TrafficOut] INT NOT NULL,244 241 [TotalTimeIdle] FLOAT (53) NOT NULL, 245 242 [TotalTimeCalculating] FLOAT (53) NOT NULL, … … 261 258 [CoresRequired] INT NOT NULL, 262 259 [MemoryRequired] INT NOT NULL, 263 [TaskSize] BIGINT NOT NULL,264 [ResultSize] BIGINT NULL,265 260 [Priority] INT NOT NULL, 266 261 [LastClientId] UNIQUEIDENTIFIER NOT NULL, -
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.Designer.cs
r11040 r11222 26 26 [global::System.Configuration.ApplicationScopedSettingAttribute()] 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;")]30 public string HeuristicLab_Hive_LinqConnectionString {31 get {32 return ((string)(this["HeuristicLab_Hive_LinqConnectionString"]));33 }34 }35 36 [global::System.Configuration.ApplicationScopedSettingAttribute()]37 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]38 28 [global::System.Configuration.DefaultSettingValueAttribute("00:05:00")] 39 29 public global::System.TimeSpan LongRunningDatabaseCommandTimeout { … … 51 41 } 52 42 } 43 44 [global::System.Configuration.ApplicationScopedSettingAttribute()] 45 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 46 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 47 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=localhost\\SQLEXPRESS;Initial Catalog=HeuristicLab.Hive-3.3;Integrated" + 48 " Security=True;")] 49 public string HeuristicLab_Hive_LinqConnectionString { 50 get { 51 return ((string)(this["HeuristicLab_Hive_LinqConnectionString"])); 52 } 53 } 53 54 } 54 55 } -
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.settings
r11040 r11222 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name="HeuristicLab_Hive_LinqConnectionString" Type="(Connection string)" Scope="Application">6 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">8 <ConnectionString>Data Source=.;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;</ConnectionString>9 <ProviderName>System.Data.SqlClient</ProviderName>10 </SerializableConnectionString></DesignTimeValue>11 <Value Profile="(Default)">Data Source=.;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;</Value>12 </Setting>13 5 <Setting Name="LongRunningDatabaseCommandTimeout" Type="System.TimeSpan" Scope="Application"> 14 6 <Value Profile="(Default)">00:05:00</Value> … … 17 9 <Value Profile="(Default)">HL.Hive</Value> 18 10 </Setting> 11 <Setting Name="HeuristicLab_Hive_LinqConnectionString" Type="(Connection string)" Scope="Application"> 12 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 13 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 14 <ConnectionString>Data Source=localhost\SQLEXPRESS;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;</ConnectionString> 15 <ProviderName>System.Data.SqlClient</ProviderName> 16 </SerializableConnectionString></DesignTimeValue> 17 <Value Profile="(Default)">Data Source=localhost\SQLEXPRESS;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;</Value> 18 </Setting> 19 19 </Settings> 20 20 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.