AvailabilityGroupListenerIPAddress.SubnetPrefixLength 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SubnetPrefixLength As Integer 
    Get
用法
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

属性值

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

请参阅

参考

AvailabilityGroupListenerIPAddress 类

Microsoft.SqlServer.Management.Smo 命名空间