IDTSParameters100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a class used by both the package parameters and project parameters collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")> _
Public Interface IDTSParameters100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSParameters100
[GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface IDTSParameters100 : IEnumerable
[GuidAttribute(L"ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface class IDTSParameters100 : IEnumerable
[<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")>]
type IDTSParameters100 =
interface
interface IEnumerable
end
public interface IDTSParameters100 extends IEnumerable
The IDTSParameters100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. | |
Item | Infrastructure. Gets a parameter object in the parameters collection with the specified index. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. Adds a parameter object to the parameters collection with the specified name and data type. | |
Contains | Infrastructure. Determines whether a parameter object with the specified name is contained in the parameters collection. | |
GetEnumerator | Infrastructure. Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. | |
Join | Infrastructure. Joins the specified parameter to the parameters collection. | |
Remove | Infrastructure. Removes a parameter object from the parameters collection. |
Top