Właściwość ServerIPAddress.IPAddressProperties
Reprezentuje kolekcja IPAddressProperty obiektów.Każdy IPAddressProperty obiekt reprezentuje atrybut adresu IP.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Wmi
Zestaw: Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)
Składnia
'Deklaracja
Public ReadOnly Property IPAddressProperties As IPAddressPropertyCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection
IPAddressPropertyCollection Obiekt, który reprezentuje wszystkie atrybuty adresu IP.
Zobacz także