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 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.