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