ServerIPAddressCollection.Item Propiedad (String)
Gets a ServerIPAddress object in the collection by name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As ServerIPAddress
Get
'Uso
Dim instance As ServerIPAddressCollection
Dim name As String
Dim value As ServerIPAddress
value = instance(name)
public ServerIPAddress this[
string name
] { get; }
public:
property ServerIPAddress^ default[String^ name] {
ServerIPAddress^ get (String^ name);
}
member Item : ServerIPAddress
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
A String value that specifies the name of the ServerIPAddress object in the ServerIPAddressCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress
A ServerIPAddress object value that represents the server IP address.