Classe IPAddressPropertyCollection
The IPAddressPropertyCollection class represents a collection of IPAddressProperty objects that represent all the attributes of the IP address defined on the parent object.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public NotInheritable Class IPAddressPropertyCollection _
Inherits ProtocolPropertyCollection
'Utilisation
Dim instance As IPAddressPropertyCollection
public sealed class IPAddressPropertyCollection : ProtocolPropertyCollection
public ref class IPAddressPropertyCollection sealed : public ProtocolPropertyCollection
[<SealedAttribute>]
type IPAddressPropertyCollection =
class
inherit ProtocolPropertyCollection
end
public final class IPAddressPropertyCollection extends ProtocolPropertyCollection
Notes
An IPAddressPropertyCollection object can be used to gain access to a set of an attributes of the IP address.
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ProtocolPropertyCollection
Microsoft.SqlServer.Management.Smo.Wmi..::..IPAddressPropertyCollection
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi