Класс ParameterCollection
В этой статье
Represents a collection of parameters.
Иерархия наследования
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
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public NotInheritable Class ParameterCollection _
Inherits SfcCollatedDictionaryCollection(Of ParameterInfo, ParameterInfo.Key, SfcInstance)
'Применение
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>
Тип ParameterCollection обеспечивает доступ к следующим элементам.
Свойства
Ascending
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Count
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Initialized
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IsReadOnly
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IsSynchronized
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Item[String]
Gets the ParameterInfo with the specified id.
Item[K]
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Parent
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
SyncRoot
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
В начало
Методы
Add
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Clear
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Contains(String)
Determines whether the parameter contains the specified name.
Contains(T)
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Contains(T)
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
CopyTo(Array, Int32)
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
CopyTo(array<T[], Int32)
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Equals
(Производный от Object .)
GetEnumerator
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
GetHashCode
(Производный от Object .)
GetType
(Производный от Object .)
Refresh()
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Refresh(Boolean)
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Remove
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
RemoveInternal
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
Rename
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ToString
(Производный от Object .)
TryGetValue
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
В начало
Явные реализации интерфейса
ISfcCollection.Add
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.AddShadow
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IComparer<K>.Compare
(Производный от SfcCollatedDictionaryCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IListSource.ContainsListCollection
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.Count
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.EnsureInitialized
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.FinishMerge
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.GetCollectionElementNameImpl
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.GetElementFactory
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IEnumerable.GetEnumerator
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.GetExisting
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
IListSource.GetList
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.GetObjectByKey
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.Initialized
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.Parent
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.PrepareMerge
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.Remove
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.RemoveElement
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
ISfcCollection.Rename
(Производный от SfcCollection <ParameterInfo , ParameterInfo.Key , SfcInstance >.)
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices