Clase ServerIPAddressCollection
The ServerIPAddressCollection class represents a collection of ServerIPAddress objects that represent all the server IP addresses defined on the parent object.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase
Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public NotInheritable Class ServerIPAddressCollection _
Inherits WmiCollectionBase _
Implements ICollection, IEnumerable
'Uso
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
El tipo ServerIPAddressCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of ServerIPAddress objects in the referenced collection. | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (Se hereda de WmiCollectionBase.) | |
Item[Int32] | Gets a ServerIPAddress object in the collection by index number. | |
Item[String] | Gets a ServerIPAddress object in the collection by name. | |
Parent | Gets the ServerProtocol object that is the parent of the ServerIPAddressCollection object. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Se hereda de WmiCollectionBase.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Contains | Checks whether the specified key value exists in the collection. | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. | |
Equals | (Se hereda de Object.) | |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
initialized | Defines a boolean method that initializes the collection of objects in the Windows Management Instrumentation (WMI) object preference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de WmiCollectionBase.) | |
innerColl | Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada. (Se hereda de WmiCollectionBase.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICollection.CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. |
Arriba
Comentarios
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
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Ejemplos
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.