DtsConnectionAttribute.ConnectionType Property
SQL Server 2005
Gets or sets the type of the connection manager. This property is required.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
The following example shows a class that implements this attribute.
[DtsConnection(DisplayName = "MyConnectionManager", Description = "Custom Connection Manager for Testing", IconResource = "MyConnectionManager.MyConnectionMgrIcon.ico", UITypeName = "MyNamespace.MyConnectionManagerClassName," + "MyAssemblyName,Version=1.00.000.00,Culture=neutral,PublicKeyToken=")] ] public class MyConnnectionMgr : ConnectionManagerBase { }
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
