Класс ServerIPAddressCollection
The ServerIPAddressCollection class represents a collection of ServerIPAddress objects that represent all the server IP addresses defined on the parent object.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public NotInheritable Class ServerIPAddressCollection _
Inherits WmiCollectionBase _
Implements ICollection, IEnumerable
'Применение
Dim instance As ServerIPAddressCollection
public sealed class ServerIPAddressCollection : WmiCollectionBase,
ICollection, IEnumerable
public ref class ServerIPAddressCollection sealed : public WmiCollectionBase,
ICollection, IEnumerable
[<SealedAttribute>]
type ServerIPAddressCollection =
class
inherit WmiCollectionBase
interface ICollection
interface IEnumerable
end
public final class ServerIPAddressCollection extends WmiCollectionBase implements ICollection, IEnumerable
Замечания
A ServerIPAddressCollection object can be used to gain access to a set of server IP addresses. You can use the Item property to return a specific ServerIPAddress object.
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .WmiCollectionBase
Microsoft.SqlServer.Management.Smo.Wmi..::..ServerIPAddressCollection
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.