Classe ClientProtocolPropertyCollection
The ClientProtocolPropertyCollection class represents a collection of ClientProtocolProperty objects that represent all the attributes of the client protocol 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 ClientProtocolPropertyCollection _
Inherits ProtocolPropertyCollection
'Utilisation
Dim instance As ClientProtocolPropertyCollection
public sealed class ClientProtocolPropertyCollection : ProtocolPropertyCollection
public ref class ClientProtocolPropertyCollection sealed : public ProtocolPropertyCollection
[<SealedAttribute>]
type ClientProtocolPropertyCollection =
class
inherit ProtocolPropertyCollection
end
public final class ClientProtocolPropertyCollection extends ProtocolPropertyCollection
Notes
A ClientProtocolPropertyCollection object can be used to gain access to a set of an attributes of the client protocol.
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..::..ClientProtocolPropertyCollection
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