Bagikan melalui


AvailabilityGroupListenerIPAddress.SubnetIPv4Mask Property

Gets or sets the subnet IP v4 mask of the availability group listener.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "string.empty")> _
Public ReadOnly Property SubnetIPv4Mask As String 
    Get
'Usage
Dim instance As AvailabilityGroupListenerIPAddress 
Dim value As String 

value = instance.SubnetIPv4Mask
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "string.empty")]
public string SubnetIPv4Mask { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"string.empty")]
public:
property String^ SubnetIPv4Mask {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "string.empty")>]
member SubnetIPv4Mask : string
function get SubnetIPv4Mask () : String

Property Value

Type: System.String
The subnet IP v4 mask of the availability group listener.

See Also

Reference

AvailabilityGroupListenerIPAddress Class

Microsoft.SqlServer.Management.Smo Namespace