Propriété IPAddressProperties
Represents a collection of IPAddressProperty objects. Each IPAddressProperty object represents an attribute of the IP address.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IPAddressProperties As IPAddressPropertyCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Wmi. . :: . .IPAddressPropertyCollection
An IPAddressPropertyCollection object that represents all the attributes of the IP address.
Voir aussi