다음을 통해 공유


IPAddressProperties 속성

Represents a collection of IPAddressProperty objects. Each IPAddressProperty object represents an attribute of the IP address.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Wmi
어셈블리:  Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement

구문

‘선언
Public ReadOnly Property IPAddressProperties As IPAddressPropertyCollection
    Get
‘사용 방법
Dim instance As ServerIPAddress
Dim value As IPAddressPropertyCollection

value = instance.IPAddressProperties
public IPAddressPropertyCollection IPAddressProperties { get; }
public:
property IPAddressPropertyCollection^ IPAddressProperties {
    IPAddressPropertyCollection^ get ();
}
member IPAddressProperties : IPAddressPropertyCollection
function get IPAddressProperties () : IPAddressPropertyCollection

속성 값

형식: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .IPAddressPropertyCollection
An IPAddressPropertyCollection object that represents all the attributes of the IP address.