Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an AvailabilityGroupListenerIPAddress object in the collection by IP address, subnet mask and subnet IP.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
ipAddress As String, _
subnetMask As String, _
subnetIP As String _
) As AvailabilityGroupListenerIPAddress
Get
'Usage
Dim instance As AvailabilityGroupListenerIPAddressCollection
Dim ipAddress As String
Dim subnetMask As String
Dim subnetIP As String
Dim value As AvailabilityGroupListenerIPAddress
value = instance(ipAddress, subnetMask, _
subnetIP)
public AvailabilityGroupListenerIPAddress this[
string ipAddress,
string subnetMask,
string subnetIP
] { get; }
public:
property AvailabilityGroupListenerIPAddress^ default[String^ ipAddress, String^ subnetMask, String^ subnetIP] {
AvailabilityGroupListenerIPAddress^ get (String^ ipAddress, String^ subnetMask, String^ subnetIP);
}
member Item : AvailabilityGroupListenerIPAddress
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- ipAddress
Type: System.String
The IP address.
- subnetMask
Type: System.String
The subnet mask.
- subnetIP
Type: System.String
The subnet IP.
Property Value
Type: Microsoft.SqlServer.Management.Smo.AvailabilityGroupListenerIPAddress
An AvailabilityGroupListenerIPAddress object.