Condividi tramite


Proprietà AvailabilityGroupListenerIPAddress.IsDHCP

Gets a value that indicates whether the object is DHCP.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")> _
Public Property IsDHCP As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

AvailabilityGroupListenerIPAddress Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo