Freigeben über


AvailabilityGroupListenerIPAddress.IsIPv6-Eigenschaft

Gets a value that indicates whether the object is IP v6.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property IsIPv6 As Boolean 
    Get
'Usage
Dim instance As AvailabilityGroupListenerIPAddress 
Dim value As Boolean 

value = instance.IsIPv6
public bool IsIPv6 { get; }
public:
property bool IsIPv6 {
    bool get ();
}
member IsIPv6 : bool
function get IsIPv6 () : boolean

Eigenschaftswert

Typ: System.Boolean
true if the object is IP v6; otherwise, false.

Siehe auch

Verweis

AvailabilityGroupListenerIPAddress Klasse

Microsoft.SqlServer.Management.Smo-Namespace