Propriété AvailabilityGroupListenerIPAddress.SubnetIPv4Mask
Gets or sets the subnet IP v4 mask of the availability group listener.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "string.empty")> _
Public ReadOnly Property SubnetIPv4Mask As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The subnet IP v4 mask of the availability group listener.