Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Examples
Managing Services and Network Settings by Using WMI Provider
See Also
Reference
Microsoft.SqlServer.Management.Smo.Wmi Namespace