IPv4.OctetTwo 属性
Gets or sets the second octet.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property OctetTwo As Literal
Get
Set
用法
Dim instance As IPv4
Dim value As Literal
value = instance.OctetTwo
instance.OctetTwo = value
public Literal OctetTwo { get; set; }
public:
property Literal^ OctetTwo {
Literal^ get ();
void set (Literal^ value);
}
member OctetTwo : Literal with get, set
function get OctetTwo () : Literal
function set OctetTwo (value : Literal)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The second octet.