Compartir a través de


AvailabilityGroupListenerIPAddress.IsDHCP Propiedad

Gets a value that indicates whether the object is DHCP.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")> _
Public Property IsDHCP As Boolean 
    Get 
    Set
'Uso
Dim instance As AvailabilityGroupListenerIPAddress 
Dim value As Boolean 

value = instance.IsDHCP

instance.IsDHCP = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")]
public bool IsDHCP { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"false")]
public:
property bool IsDHCP {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")>]
member IsDHCP : bool with get, set
function get IsDHCP () : boolean 
function set IsDHCP (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the object is DHCP; otherwise, false.

Vea también

Referencia

AvailabilityGroupListenerIPAddress Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo