Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a collection of IPAddressProperty objects. Each IPAddressProperty object represents an attribute of the IP address.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public ReadOnly Property IPAddressProperties As IPAddressPropertyCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection
An IPAddressPropertyCollection object that represents all the attributes of the IP address.
Beispiele
Verwalten von Diensten und Netzwerkeinstellungen durch die Nutzung von WMI-Anbieter
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo.Wmi-Namespace