Właściwość ServerProtocol.IPAddresses
Reprezentuje kolekcja ServerIPAddress obiektów.Każdy ServerIPAddress obiekt reprezentujący adres IP zdefiniowany na serwer protokół.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Wmi
Zestaw: Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)
Składnia
'Deklaracja
Public ReadOnly Property IPAddresses As ServerIPAddressCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection
ServerIPAddressCollection Obiekt, który reprezentuje wszystkie adresy IP zdefiniowana na serwerze protokół.
Zobacz także