AvailabilityGroupListenerIPAddress.SubnetMask 속성

Gets or sets the subnet IP mask of the availability group listener.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<SfcKeyAttribute()> _
Public Property SubnetMask As String 
    Get 
    Set
‘사용 방법
Dim instance As AvailabilityGroupListenerIPAddress 
Dim value As String 

value = instance.SubnetMask

instance.SubnetMask = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[SfcKeyAttribute()]
public string SubnetMask { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
[SfcKeyAttribute()]
public:
property String^ SubnetMask {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<SfcKeyAttribute()>]
member SubnetMask : string with get, set
function get SubnetMask () : String 
function set SubnetMask (value : String)

속성 값

유형: System.String
The subnet IP mask of the availability group listener.

참고 항목

참조

AvailabilityGroupListenerIPAddress 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스