ServerProtocol.IPAddresses Property
Represents a collection of ServerIPAddress objects. Each ServerIPAddress object represents an IP address defined on the server protocol.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public ReadOnly Property IPAddresses As ServerIPAddressCollection
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection
An ServerIPAddressCollection object that represents all the IP addresses defined on the server protocol.
See Also