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.

请参阅

参考

AvailabilityGroupListenerIPAddress 类

Microsoft.SqlServer.Management.Smo 命名空间