IPv4.OctetThree 属性
Gets or sets the third octet.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property OctetThree As Literal
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The third octet.