Condividi tramite


Proprietà IPv4.OctetThree

Gets or sets the third octet.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property OctetThree As Literal 
    Get 
    Set
'Utilizzo
Dim instance As IPv4 
Dim value As Literal 

value = instance.OctetThree

instance.OctetThree = value
public Literal OctetThree { get; set; }
public:
property Literal^ OctetThree {
    Literal^ get ();
    void set (Literal^ value);
}
member OctetThree : Literal with get, set
function get OctetThree () : Literal 
function set OctetThree (value : Literal)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The third octet.

Vedere anche

Riferimento

IPv4 Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom