共用方式為


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 命名空間