Compartir a través de


AvailabilityGroupListenerIPAddress.SubnetIPv4Mask Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "string.empty")> _
Public ReadOnly Property SubnetIPv4Mask As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

AvailabilityGroupListenerIPAddress Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo