DimUserLoad
 LKP Source ApplicationId (Component)
  Properties
Property Value
Name LKP Source ApplicationId
Description Looks up values in a reference dataset by using exact matching.
Up Stream Components
Down Stream Components
ID 19
Component Class ID {27648839-180F-45E6-838D-AFF53DF682D2}
Contact Info Lookup;Microsoft Corporation; Microsoft SqlServer v10; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;5
Identification String component "LKP Source ApplicationId" (19)
Is Default Locale True
Pipeline Version 0
Uses Dispositions True
Validate External Metadata True
Version 5
  Connections
Name Connection Manager Description
OleDbConnection
  Custom Properties
Name Value
CacheType
0
ConnectionType
0
DefaultCodePage
1252
MaxMemoryUsage
25
MaxMemoryUsage64
25
NoMatchBehavior
1
NoMatchCachePercentage
0
ParameterMap
#235;
ReferenceMetadataXml
<referenceMetadata><referenceColumns><referenceColumn name="ApplicationUserId" dataType="DT_STR" length="8" precision="0" scale="0" codePage="1252"/></referenceColumns></referenceMetadata>
SqlCommand
SELECT DISTINCT
   Security.USER_ID as ApplicationUserId
  FROM SECURITY_USER_A2 Security
  WHERE USER_TYPE = 'ME' 
and USER_ID is not NULL and USER_STATUS = 'A'
SqlCommandParam
select * from (SELECT DISTINCT Security.USER_ID as ApplicationUserId FROM SECURITY_USER_A2 Security WHERE USER_TYPE = 'ME' and USER_ID is not NULL and USER_STATUS = 'A') [refTable] where [refTable].[ApplicationUserId] = ?
  Input Columns
Name ID LineageID
ApplicationUserId
237
235
  Output Columns
Name ID LineageID
ErrorCode
36
36
ErrorColumn
37
37
ApplicationUserId
240
240
Powered by BI Documenter