IPAddresses 속성
Represents a collection of ServerIPAddress objects. Each ServerIPAddress object represents an IP address defined on the server protocol.
네임스페이스: Microsoft.SqlServer.Management.Smo.Wmi
어셈블리: Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement
구문
‘선언
Public ReadOnly Property IPAddresses As ServerIPAddressCollection
Get
‘사용 방법
Dim instance As ServerProtocol
Dim value As ServerIPAddressCollection
value = instance.IPAddresses
public ServerIPAddressCollection IPAddresses { get; }
public:
property ServerIPAddressCollection^ IPAddresses {
ServerIPAddressCollection^ get ();
}
member IPAddresses : ServerIPAddressCollection
function get IPAddresses () : ServerIPAddressCollection
속성 값
형식: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServerIPAddressCollection
An ServerIPAddressCollection object that represents all the IP addresses defined on the server protocol.