Parameters Class
Represents a class used by both the package parameters and project parameters collection.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Microsoft.SqlServer.Dts.Runtime::DTSReadOnlyCollectionBase
Microsoft.SqlServer.Dts.Runtime::Parameters
| 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(String^, TypeCode) | Adds a parameter object to the parameters collection with the specified name and data type. |
![]() | Contains(String^) | Determines whether a parameter object with the specified name is contained in the parameters collection. |
![]() | CopyTo(Array^, Int32) | Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array.(Inherited from DTSReadOnlyCollectionBase.) |
![]() | CreateManagedObject(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates managed object from an unmanaged object.(Inherited from DTSReadOnlyCollectionBase.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCount() | This API supports the product infrastructure and is not intended to be used directly from your code. 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(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed enumerator from an unmanaged enumerator.(Inherited from DTSReadOnlyCollectionBase.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Insert(Int32, String^, TypeCode) | 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(Parameter^) | Joins the specified parameter to the parameters collection. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(String^) | Removes a parameter object from the parameters collection. |
![]() | RemoveAt(Int32) | 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 | This API supports the product infrastructure and is not intended to be used directly from your code. The unmanaged collection.(Inherited from DTSReadOnlyCollectionBase.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



