Parameters Class
SQL Server 2012
Represents a class used by both the package parameters and project parameters collection.
System.Object
Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
Microsoft.SqlServer.Dts.Runtime.Parameters
Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
Microsoft.SqlServer.Dts.Runtime.Parameters
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The Parameters type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. (Inherited from DTSReadOnlyCollectionBase.) |
![]() | IsSynchronized | Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (Inherited from DTSReadOnlyCollectionBase.) |
![]() | Item[Int32] | Returns a parameter object in the parameters collection with the specified index. |
![]() | Item[String] | Returns a parameter object in the parameters collection with the specified name. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. (Inherited from DTSReadOnlyCollectionBase.) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a parameter object to the parameters collection with the specified name and data type. |
![]() | Contains | Determines whether a parameter object with the specified name is contained in the parameters collection. |
![]() | CopyTo | Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from DTSReadOnlyCollectionBase.) |
![]() | CreateManagedObject | Infrastructure. Creates managed object from an unmanaged object. (Inherited from DTSReadOnlyCollectionBase.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetCount | Infrastructure. Retrieves the number of objects in the collection. (Inherited from DTSReadOnlyCollectionBase.) |
![]() | GetEnumerator | Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. (Inherited from DTSReadOnlyCollectionBase.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetManagedEnumerator | Infrastructure. Gets the managed enumerator from an unmanaged enumerator. (Inherited from DTSReadOnlyCollectionBase.) |
![]() | GetType | (Inherited from Object.) |
![]() | Insert | Inserts a parameter object to the parameters collection with the specified index, name, and data type. Only project parameters can be inserted to the parameters collection. |
![]() | Join | Joins the specified parameter to the parameters collection. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes a parameter object from the parameters collection. |
![]() | RemoveAt | Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | m_unmanagedColl | Infrastructure. The unmanaged collection. (Inherited from DTSReadOnlyCollectionBase.) |
