AvailabilityGroupListenerIPAddress.IsIPv6 屬性
Gets a value that indicates whether the object is IP v6.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property IsIPv6 As Boolean
Get
'用途
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
屬性值
型別:System.Boolean
true if the object is IP v6; otherwise, false.