Элементы SoapMethodCollectionBase
The SoapMethodCollectionBase class is a base class that is inherited by SOAP method collection objects and provides programmatic access to the collection of SOAP methods that exist in the SOAP configuration.
Тип SoapMethodCollectionBase предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
AddExisting | Adds an object to the collection. (Наследуется из AbstractCollectionBase.) | |
AddImpl | Adds the specified object to this collection (Наследуется из SortedListCollectionBase.) | |
Contains(String) | ||
Contains(String, String) | Verifies whether the specified object exists in the referenced collection. | |
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Object.) | |
GetCollectionElementType | Gets the Collection Element Type. (Наследуется из SmoCollectionBase.) | |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Наследуется из SmoCollectionBase.) | |
GetHashCode | (Наследуется из Object.) | |
GetItemById(Int32) | Extracts a member from the referenced collection using a system-defined, unique identifier. (Наследуется из SmoCollectionBase.) | |
GetItemById(Int32, String) | Extracts a member from the referenced collection using a system-defined, unique identifier and name. (Наследуется из SmoCollectionBase.) | |
GetObjectByIndex | Extracts a member from the referenced collection using a system-defined, unique identifier. (Наследуется из SmoCollectionBase.) | |
GetType | (Наследуется из Object.) | |
ImplAddExisting | Adds an existing specified object to this collection (Наследуется из SortedListCollectionBase.) | |
InitializeChildCollection() () () () | Initializes the child collections of the referenced collection. (Наследуется из SmoCollectionBase.) | |
InitializeChildCollection(Boolean) | Initializes the child collections of the referenced collection with the option to refresh the properties of the referenced collection. (Наследуется из SmoCollectionBase.) | |
InitInnerCollection | Initializes the referenced collection. (Перезаписывает SimpleObjectCollectionBase. . :: . .InitInnerCollection() () () ().) | |
MemberwiseClone | (Наследуется из Object.) | |
Refresh() () () () | Refreshes the referenced collection. (Наследуется из SmoCollectionBase.) | |
Refresh(Boolean) | Refreshes the referenced collection with the option to refresh child objects of the referenced collection. (Наследуется из SmoCollectionBase.) | |
Remove(String) | Removes the specified object from the referenced collection. | |
Remove(String, String) | Removes the specified object from the referenced collection. | |
ToString | (Наследуется из Object.) | |
ValidateParentObject | Validates the parent object exists. (Наследуется из SmoCollectionBase.) |
В начало
Поля
Имя | Описание | |
---|---|---|
initialized | This value supports the SMO infrastructure and is not intended to be used directly from your code. (Наследуется из AbstractCollectionBase.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of objects in the referenced collection. (Наследуется из SmoCollectionBase.) | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Наследуется из SmoCollectionBase.) | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Наследуется из SmoCollectionBase.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICollection. . :: . .CopyTo | Copies the elements from an instance to an array beginning at the index indicated. (Наследуется из SmoCollectionBase.) |
В начало
См. также