Partilhar via


Propriedade do RDL AvailabilityGroupListenerIPAddress.SubnetMask

Gets or sets the subnet IP mask 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)> _
<SfcKeyAttribute()> _
Public Property SubnetMask As String 
    Get 
    Set
'Uso
Dim instance As AvailabilityGroupListenerIPAddress 
Dim value As String 

value = instance.SubnetMask

instance.SubnetMask = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[SfcKeyAttribute()]
public string SubnetMask { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
[SfcKeyAttribute()]
public:
property String^ SubnetMask {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<SfcKeyAttribute()>]
member SubnetMask : string with get, set
function get SubnetMask () : String 
function set SubnetMask (value : String)

Valor da propriedade

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

Consulte também

Referência

AvailabilityGroupListenerIPAddress Classe

Namespace Microsoft.SqlServer.Management.Smo