ParameterCollection Class
In this article
Represents a collection of parameters.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >
Microsoft.SqlServer.Management.IntegrationServices.ParameterCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class ParameterCollection _
Inherits SfcCollatedDictionaryCollection(Of ParameterInfo, ParameterInfo.Key, SfcInstance)
'Usage
Dim instance As ParameterCollection
public sealed class ParameterCollection : SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>
public ref class ParameterCollection sealed : public SfcCollatedDictionaryCollection<ParameterInfo^, ParameterInfo.Key^, SfcInstance^>
[<SealedAttribute>]
type ParameterCollection =
class
inherit SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>
end
public final class ParameterCollection extends SfcCollatedDictionaryCollection<ParameterInfo, ParameterInfo.Key, SfcInstance>
The ParameterCollection type exposes the following members.
Properties
Ascending
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Count
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Initialized
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IsReadOnly
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IsSynchronized
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Item[String]
Gets the ParameterInfo with the specified id.
Item[K]
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Parent
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
SyncRoot
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Top
Methods
Add
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Clear
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Contains(String)
Determines whether the parameter contains the specified name.
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
CopyTo(Array, Int32)
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
CopyTo(array<T[], Int32)
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Equals
(Inherited from Object .)
GetEnumerator
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
GetHashCode
(Inherited from Object .)
GetType
(Inherited from Object .)
Refresh()
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Refresh(Boolean)
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Remove
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
RemoveInternal
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Rename
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ToString
(Inherited from Object .)
TryGetValue
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Top
Explicit Interface Implementations
ISfcCollection.Add
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.AddShadow
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IComparer<K>.Compare
(Inherited from SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IListSource.ContainsListCollection
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.Count
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.EnsureInitialized
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.FinishMerge
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.GetCollectionElementNameImpl
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.GetElementFactory
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IEnumerable.GetEnumerator
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.GetExisting
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IListSource.GetList
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.GetObjectByKey
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.Initialized
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.Parent
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.PrepareMerge
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.Remove
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.RemoveElement
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.Rename
(Inherited from SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace