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 네임스페이스