Gets or sets the subnet IP v4 mask of the availability group listener.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "string.empty")> _
Public ReadOnly Property SubnetIPv4Mask As String
Get
'用途
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
屬性值
型別:System.String
The subnet IP v4 mask of the availability group listener.