You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SSIS/PackageHelper.cs
+19-35Lines changed: 19 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -34,35 +34,22 @@ internal class PackageHelper
34
34
/// </summary>
35
35
privatestaticobjectcomponentLock=newobject();
36
36
37
-
/// <summary>
38
-
/// Private field for the ManagedComponentWrapper property
39
-
/// </summary>
40
-
privatestaticstringmanagedComponentWrapper;
41
-
42
37
/// <summary>
43
38
/// All managed components in the data flow share the same wrapper, identified by this GUID.
44
39
/// The specific type of managed component is identified by the UserComponentTypeName custom property of the component.
40
+
/// The GUID is documented in teh class Syntax section - https://technet.microsoft.com/en-gb/library/microsoft.sqlserver.dts.pipeline.wrapper.cmanagedcomponentwrapperclass(v=sql.105).aspx
//// // For the script component on SQL 2014, PipelineComponentInfo shows an ID of Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost, Microsoft.SqlServer.TxScript, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91
131
-
//// // When enumerating components in the pipeline the ComponentClassID is the GUID, not the creation name
132
-
//// // COM CLSID vs COM ProgID vs assembly strong name, they all get mixed up sometimes.
133
-
//// componentInfos.Add("{33D831DE-5DCF-48F0-B431-4D327B9E785D}", new ComponentInfo(pipelineComponentInfo));
0 commit comments