Partilhar via


Propriedade do RDL AvailabilityGroupListenerIPAddress.SubnetPrefixLength

Gets or sets the subnet prefix length of the availability group listener.

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

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SubnetPrefixLength As Integer 
    Get
'Uso
Dim instance As AvailabilityGroupListenerIPAddress 
Dim value As Integer 

value = instance.SubnetPrefixLength
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int SubnetPrefixLength { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int SubnetPrefixLength {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SubnetPrefixLength : int
function get SubnetPrefixLength () : int

Valor da propriedade

Tipo: System.Int32
The subnet prefix length of the availability group listener.

Consulte também

Referência

AvailabilityGroupListenerIPAddress Classe

Namespace Microsoft.SqlServer.Management.Smo