-
Notifications
You must be signed in to change notification settings - Fork 0
/
PopulateInstitutions.dtsx
460 lines (460 loc) · 25.5 KB
/
PopulateInstitutions.dtsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
<?xml version="1.0"?>
<DTS:Executable xmlns:DTS="www.microsoft.com/SqlServer/Dts"
DTS:refId="Package"
DTS:CreationDate="10/4/2018 2:09:46 PM"
DTS:CreationName="SSIS.Package.3"
DTS:CreatorComputerName="ODS"
DTS:CreatorName="ACADEMIC\webserv"
DTS:DTSID="{01B58AB5-604C-4E30-840D-57FB4DAFD8B4}"
DTS:ExecutableType="SSIS.Package.3"
DTS:LastModifiedProductVersion="11.0.7462.6"
DTS:LocaleID="1033"
DTS:ObjectName="PopulateInstitutions"
DTS:PackageType="5"
DTS:VersionBuild="6"
DTS:VersionGUID="{98F02C7E-F35B-4571-A726-0749D4617BFF}">
<DTS:Property
DTS:Name="PackageFormatVersion">6</DTS:Property>
<DTS:ConnectionManagers>
<DTS:ConnectionManager
DTS:refId="Package.ConnectionManagers[ODS.ODS_Reporting1]"
DTS:CreationName="ADO.NET:System.Data.SqlClient.SqlConnection, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
DTS:DTSID="{8B7CC5DF-C252-41D6-9C0E-E099BD56F687}"
DTS:ObjectName="ODS.ODS_Reporting1">
<DTS:ObjectData>
<DTS:ConnectionManager
DTS:ConnectionString="Data Source=ODS;Initial Catalog=ODS_Reporting;Integrated Security=True;Application Name=SSIS-Package1-{8B7CC5DF-C252-41D6-9C0E-E099BD56F687}ODS.ODS_Reporting1;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
<DTS:ConnectionManager
DTS:refId="Package.ConnectionManagers[ODS.ODS_Reporting1 1]"
DTS:CreationName="OLEDB"
DTS:DTSID="{CFB039FF-E336-45C4-817D-607E149E9DBB}"
DTS:ObjectName="ODS.ODS_Reporting1 1">
<DTS:ObjectData>
<DTS:ConnectionManager
DTS:ConnectionString="Data Source=ODS;Initial Catalog=ODS_Reporting;Provider=SQLOLEDB.1;Integrated Security=SSPI;Application Name=SSIS-PopulateInstitutions-{CFB039FF-E336-45C4-817D-607E149E9DBB}ODS.ODS_Reporting1 1;Auto Translate=False;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
<DTS:ConnectionManager
DTS:refId="Package.ConnectionManagers[sandbox.Staging1]"
DTS:CreationName="ADO.NET:System.Data.SqlClient.SqlConnection, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
DTS:DTSID="{67A8C7CD-A495-4625-9FB4-85E59369E813}"
DTS:ObjectName="sandbox.Staging1">
<DTS:ObjectData>
<DTS:ConnectionManager
DTS:ConnectionString="Data Source=sandbox;Initial Catalog=Staging;Integrated Security=True;Application Name=SSIS-Package1-{67A8C7CD-A495-4625-9FB4-85E59369E813}sandbox.Staging1;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
</DTS:ConnectionManagers>
<DTS:Variables />
<DTS:Executables>
<DTS:Executable
DTS:refId="Package\Data Flow Task"
DTS:CreationName="SSIS.Pipeline.3"
DTS:Description="Data Flow Task"
DTS:DTSID="{B4DC9EC2-4DB8-4DA2-8371-3B07954C1747}"
DTS:ExecutableType="SSIS.Pipeline.3"
DTS:LocaleID="-1"
DTS:ObjectName="Data Flow Task"
DTS:TaskContact="Performs high-performance data extraction, transformation and loading;Microsoft Corporation; Microsoft SQL Server; (C) 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1">
<DTS:Variables />
<DTS:ObjectData>
<pipeline
version="1">
<components>
<component
refId="Package\Data Flow Task\ADO NET Destination"
componentClassID="{874F7595-FB5F-40FF-96AF-FBFF8250E3EF}"
contactInfo="Loads data into an ADO.NET-compliant database that uses a database table or view. Load data into a new or existing table. For example, use an ADO.NET provider for ODBC to load data into an ODBC destination.;Microsoft Corporation; Microsoft SQL Server; © Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;2"
description="Loads data into an ADO.NET-compliant database that uses a database table or view. Load data into a new or existing table. For example, use an ADO.NET provider for ODBC to load data into an ODBC destination."
name="ADO NET Destination"
usesDispositions="true"
version="2">
<properties>
<property
dataType="System.String"
description="The Destination database table name."
expressionType="Notify"
name="TableOrViewName"
UITypeEditor="Microsoft.DataTransformationServices.Controls.ModalMultilineStringEditor, Microsoft.DataTransformationServices.Controls, Version= 11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91">"dbo"."institutions"</property>
<property
dataType="System.Int32"
description="Specify the number of rows per batch. The default is 0 which uses the same size as SSIS internal buffer. "
expressionType="Notify"
name="BatchSize">0</property>
<property
dataType="System.Int32"
description="The number of seconds before a command times out. A value of 0 indicates infinite time-out. "
expressionType="Notify"
name="CommandTimeout">30</property>
<property
dataType="System.Boolean"
description="Specifies whether to use the SqlBulkCopy interface to improve the performance of bulk insert operations. Only certain providers support this interface."
expressionType="Notify"
name="UseBulkInsertWhenPossible">true</property>
<property
dataType="System.String"
name="UserComponentTypeName">Microsoft.SqlServer.Dts.Pipeline.ADONETDestination, Microsoft.SqlServer.ADONETDest, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</property>
</properties>
<connections>
<connection
refId="Package\Data Flow Task\ADO NET Destination.Connections[IDbConnection]"
connectionManagerID="Package.ConnectionManagers[sandbox.Staging1]"
connectionManagerRefId="Package.ConnectionManagers[sandbox.Staging1]"
description="Managed connection manager"
name="IDbConnection" />
</connections>
<inputs>
<input
refId="Package\Data Flow Task\ADO NET Destination.Inputs[ADO NET Destination Input]"
errorRowDisposition="FailComponent"
hasSideEffects="true"
name="ADO NET Destination Input">
<inputColumns>
<inputColumn
refId="Package\Data Flow Task\ADO NET Destination.Inputs[ADO NET Destination Input].Columns[INSTITUTIONS_ID]"
cachedDataType="wstr"
cachedLength="10"
cachedName="INSTITUTIONS_ID"
externalMetadataColumnId="Package\Data Flow Task\ADO NET Destination.Inputs[ADO NET Destination Input].ExternalColumns[institutions]"
lineageId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output].Columns[INSTITUTIONS_ID]" />
<inputColumn
refId="Package\Data Flow Task\ADO NET Destination.Inputs[ADO NET Destination Input].Columns[PREFERRED_NAME]"
cachedDataType="wstr"
cachedLength="300"
cachedName="PREFERRED_NAME"
externalMetadataColumnId="Package\Data Flow Task\ADO NET Destination.Inputs[ADO NET Destination Input].ExternalColumns[description]"
lineageId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output].Columns[PREFERRED_NAME]" />
</inputColumns>
<externalMetadataColumns
isUsed="True">
<externalMetadataColumn
refId="Package\Data Flow Task\ADO NET Destination.Inputs[ADO NET Destination Input].ExternalColumns[institutions]"
dataType="wstr"
length="10"
name="institutions" />
<externalMetadataColumn
refId="Package\Data Flow Task\ADO NET Destination.Inputs[ADO NET Destination Input].ExternalColumns[description]"
dataType="wstr"
length="500"
name="description" />
</externalMetadataColumns>
</input>
</inputs>
<outputs>
<output
refId="Package\Data Flow Task\ADO NET Destination.Outputs[ADO NET Destination Error Output]"
exclusionGroup="1"
isErrorOut="true"
name="ADO NET Destination Error Output"
synchronousInputId="Package\Data Flow Task\ADO NET Destination.Inputs[ADO NET Destination Input]">
<outputColumns>
<outputColumn
refId="Package\Data Flow Task\ADO NET Destination.Outputs[ADO NET Destination Error Output].Columns[ErrorCode]"
dataType="i4"
lineageId="Package\Data Flow Task\ADO NET Destination.Outputs[ADO NET Destination Error Output].Columns[ErrorCode]"
name="ErrorCode"
specialFlags="1" />
<outputColumn
refId="Package\Data Flow Task\ADO NET Destination.Outputs[ADO NET Destination Error Output].Columns[ErrorColumn]"
dataType="i4"
lineageId="Package\Data Flow Task\ADO NET Destination.Outputs[ADO NET Destination Error Output].Columns[ErrorColumn]"
name="ErrorColumn"
specialFlags="2" />
</outputColumns>
<externalMetadataColumns />
</output>
</outputs>
</component>
<component
refId="Package\Data Flow Task\ADO NET Source"
componentClassID="{874F7595-FB5F-40FF-96AF-FBFF8250E3EF}"
contactInfo="Consumes data from SQL Server, OLE DB, ODBC, or Oracle, using the corresponding .NET Framework data provider. Use a Transact-SQL statement to define the result set. For example, extract data from SQL Server with the .NET Framework data provider for SQL Server.;Microsoft Corporation; Microsoft SQL Server; © Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;4"
description="Consumes data from SQL Server, OLE DB, ODBC, or Oracle, using the corresponding .NET Framework data provider. Use a Transact-SQL statement to define the result set. For example, extract data from SQL Server with the .NET Framework data provider for SQL Server."
name="ADO NET Source"
usesDispositions="true"
version="4">
<properties>
<property
dataType="System.String"
description="Specifies the SQL statement used by the component to extract data."
expressionType="Notify"
name="SqlCommand"
UITypeEditor="Microsoft.DataTransformationServices.Controls.ModalMultilineStringEditor, Microsoft.DataTransformationServices.Controls, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"></property>
<property
dataType="System.Int32"
description="The number of seconds before a command times out. A value of 0 indicates an infinite time-out."
name="CommandTimeout">30</property>
<property
dataType="System.Boolean"
description="Indicates whether to allow non-string external columns to be implicitly converted to strings at the output columns."
name="AllowImplicitStringConversion">true</property>
<property
dataType="System.String"
description="The Source database table name."
expressionType="Notify"
name="TableOrViewName"
UITypeEditor="Microsoft.DataTransformationServices.Controls.ModalMultilineStringEditor, Microsoft.DataTransformationServices.Controls, Version= 11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91">"dbo"."view_institutions"</property>
<property
dataType="System.Int32"
description="Specify the mode to retrieve external column information"
name="AccessMode"
typeConverter="Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter+EnumToStringConverter, Microsoft.SqlServer.ADONETSrc, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91">0</property>
<property
dataType="System.String"
name="UserComponentTypeName">Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter, Microsoft.SqlServer.ADONETSrc, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</property>
</properties>
<connections>
<connection
refId="Package\Data Flow Task\ADO NET Source.Connections[IDbConnection]"
connectionManagerID="Package.ConnectionManagers[ODS.ODS_Reporting1]"
connectionManagerRefId="Package.ConnectionManagers[ODS.ODS_Reporting1]"
description="Managed connection manager"
name="IDbConnection" />
</connections>
<outputs>
<output
refId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output]"
name="ADO NET Source Output">
<outputColumns>
<outputColumn
refId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output].Columns[INSTITUTIONS_ID]"
dataType="wstr"
errorOrTruncationOperation="Conversion"
errorRowDisposition="FailComponent"
externalMetadataColumnId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output].ExternalColumns[INSTITUTIONS_ID]"
length="10"
lineageId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output].Columns[INSTITUTIONS_ID]"
name="INSTITUTIONS_ID"
truncationRowDisposition="FailComponent" />
<outputColumn
refId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output].Columns[PREFERRED_NAME]"
dataType="wstr"
errorOrTruncationOperation="Conversion"
errorRowDisposition="FailComponent"
externalMetadataColumnId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output].ExternalColumns[PREFERRED_NAME]"
length="300"
lineageId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output].Columns[PREFERRED_NAME]"
name="PREFERRED_NAME"
truncationRowDisposition="FailComponent" />
</outputColumns>
<externalMetadataColumns
isUsed="True">
<externalMetadataColumn
refId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output].ExternalColumns[INSTITUTIONS_ID]"
dataType="wstr"
length="10"
name="INSTITUTIONS_ID" />
<externalMetadataColumn
refId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output].ExternalColumns[PREFERRED_NAME]"
dataType="wstr"
length="300"
name="PREFERRED_NAME" />
</externalMetadataColumns>
</output>
<output
refId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Error Output]"
isErrorOut="true"
name="ADO NET Source Error Output">
<outputColumns>
<outputColumn
refId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Error Output].Columns[INSTITUTIONS_ID]"
dataType="wstr"
length="10"
lineageId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Error Output].Columns[INSTITUTIONS_ID]"
name="INSTITUTIONS_ID" />
<outputColumn
refId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Error Output].Columns[PREFERRED_NAME]"
dataType="wstr"
length="300"
lineageId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Error Output].Columns[PREFERRED_NAME]"
name="PREFERRED_NAME" />
<outputColumn
refId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Error Output].Columns[ErrorCode]"
dataType="i4"
lineageId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Error Output].Columns[ErrorCode]"
name="ErrorCode"
specialFlags="1" />
<outputColumn
refId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Error Output].Columns[ErrorColumn]"
dataType="i4"
lineageId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Error Output].Columns[ErrorColumn]"
name="ErrorColumn"
specialFlags="2" />
</outputColumns>
<externalMetadataColumns />
</output>
</outputs>
</component>
</components>
<paths>
<path
refId="Package\Data Flow Task.Paths[ADO NET Source Output]"
endId="Package\Data Flow Task\ADO NET Destination.Inputs[ADO NET Destination Input]"
name="ADO NET Source Output"
startId="Package\Data Flow Task\ADO NET Source.Outputs[ADO NET Source Output]" />
</paths>
</pipeline>
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\truncate sandbox staging"
DTS:CreationName="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:Description="Execute SQL Task"
DTS:DTSID="{E0AE3600-BBD8-4F2B-90DB-2FDCC6AF9C05}"
DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:LocaleID="-1"
DTS:ObjectName="truncate sandbox staging"
DTS:TaskContact="Execute SQL Task; Microsoft Corporation; SQL Server 2012; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="0">
<DTS:Variables />
<DTS:ObjectData>
<SQLTask:SqlTaskData
SQLTask:Connection="{CFB039FF-E336-45C4-817D-607E149E9DBB}"
SQLTask:SqlStatementSource="DELETE FROM sandbox.Staging.dbo.institutions;
" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" />
</DTS:ObjectData>
</DTS:Executable>
</DTS:Executables>
<DTS:PrecedenceConstraints>
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint]"
DTS:CreationName=""
DTS:DTSID="{0A0CD327-32F4-441C-8F41-272E0BE0D0EF}"
DTS:From="Package\truncate sandbox staging"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint"
DTS:To="Package\Data Flow Task" />
</DTS:PrecedenceConstraints>
<DTS:DesignTimeProperties><![CDATA[<?xml version="1.0"?>
<!--This CDATA section contains the layout information of the package. The section includes information such as (x,y) coordinates, width, and height.-->
<!--If you manually edit this section and make a mistake, you can delete it. -->
<!--The package will still be able to load normally but the previous layout information will be lost and the designer will automatically re-arrange the elements on the design surface.-->
<Objects
Version="sql11">
<!--Each node below will contain properties that do not affect runtime behavior.-->
<Package
design-time-name="Package">
<LayoutInfo>
<GraphLayout
Capacity="4" xmlns="clr-namespace:Microsoft.SqlServer.IntegrationServices.Designer.Model.Serialization;assembly=Microsoft.SqlServer.IntegrationServices.Graph" xmlns:assembly="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mssgle="clr-namespace:Microsoft.SqlServer.Graph.LayoutEngine;assembly=Microsoft.SqlServer.Graph">
<AnnotationLayout
Text="SANDBOX - Populate post high school Institutions using filter, "uni", "unp", "unc""
ParentId="Package"
FontInfo="{assembly:Null}"
Size="424,60"
Id="63a237c3-6b3b-4b7a-82f8-c2e30928f577"
TopLeft="333,52" />
<NodeLayout
Size="200,42"
Id="Package\truncate sandbox staging"
TopLeft="465,210" />
<NodeLayout
Size="153,42"
Id="Package\Data Flow Task"
TopLeft="508,328" />
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint]"
TopLeft="565,252">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="19.5,76"
Start="0,0"
End="19.5,68.5">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,34" />
<mssgle:CubicBezierSegment
Point1="0,34"
Point2="0,38"
Point3="4,38" />
<mssgle:LineSegment
End="15.5,38" />
<mssgle:CubicBezierSegment
Point1="15.5,38"
Point2="19.5,38"
Point3="19.5,42" />
<mssgle:LineSegment
End="19.5,68.5" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
</GraphLayout>
</LayoutInfo>
</Package>
<TaskHost
design-time-name="Package\Data Flow Task">
<LayoutInfo>
<GraphLayout
Capacity="4" xmlns="clr-namespace:Microsoft.SqlServer.IntegrationServices.Designer.Model.Serialization;assembly=Microsoft.SqlServer.IntegrationServices.Graph" xmlns:mssgle="clr-namespace:Microsoft.SqlServer.Graph.LayoutEngine;assembly=Microsoft.SqlServer.Graph" xmlns:assembly="http://schemas.microsoft.com/winfx/2006/xaml">
<NodeLayout
Size="160,42"
Id="Package\Data Flow Task\ADO NET Source"
TopLeft="395,145" />
<NodeLayout
Size="181,42"
Id="Package\Data Flow Task\ADO NET Destination"
TopLeft="415,347" />
<EdgeLayout
Id="Package\Data Flow Task.Paths[ADO NET Source Output]"
TopLeft="475,187">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="30.5,160"
Start="0,0"
End="30.5,152.5">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,76" />
<mssgle:CubicBezierSegment
Point1="0,76"
Point2="0,80"
Point3="4,80" />
<mssgle:LineSegment
End="26.5,80" />
<mssgle:CubicBezierSegment
Point1="26.5,80"
Point2="30.5,80"
Point3="30.5,84" />
<mssgle:LineSegment
End="30.5,152.5" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
</GraphLayout>
</LayoutInfo>
</TaskHost>
<PipelineComponentMetadata
design-time-name="Package\Data Flow Task\ADO NET Source">
<Properties>
<Property>
<Name>DataSourceViewID</Name>
</Property>
</Properties>
</PipelineComponentMetadata>
<PipelineComponentMetadata
design-time-name="Package\Data Flow Task\ADO NET Destination">
<Properties>
<Property>
<Name>DataSourceViewID</Name>
</Property>
</Properties>
</PipelineComponentMetadata>
</Objects>]]></DTS:DesignTimeProperties>
</DTS:Executable>