Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Name | Description | |
---|---|---|
![]() |
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
Top
Explicit Interface Implementations
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