Classe ProtocolPropertyCollection
The ProtocolPropertyCollection class represents a collection of ProtocolProperty objects that represent all the attributes of the protocol defined on the parent object.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Smo.Wmi..::..ProtocolPropertyCollection
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ClientProtocolPropertyCollection
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .IPAddressPropertyCollection
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServerProtocolPropertyCollection
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public MustInherit Class ProtocolPropertyCollection _
Implements ICollection, IEnumerable
'Utilisation
Dim instance As ProtocolPropertyCollection
public abstract class ProtocolPropertyCollection : ICollection,
IEnumerable
public ref class ProtocolPropertyCollection abstract : ICollection,
IEnumerable
[<AbstractClassAttribute>]
type ProtocolPropertyCollection =
class
interface ICollection
interface IEnumerable
end
public abstract class ProtocolPropertyCollection implements ICollection, IEnumerable
Le type ProtocolPropertyCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of ProtocolProperty objects in the referenced collection. | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. | |
Item[ ( [ ( Int32] ) ] ) | Gets a ProtocolPropertyCollection object in the collection by index number. | |
Item[ ( [ ( String] ) ] ) | Gets a ProtocolProperty object in the collection by name. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Contains | Checks whether the specified key value exists in the collection. | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ICollection. . :: . .CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. |
Haut de la page
Notes
The ProtocolPropertyCollection object is used in the construction of the ServerProtocolPropertyCollection object, the IPAddressPropertyCollection object, and the ClientProtocolPropertyCollection object and contains functionality that is common to all.
A ProtocolPropertyCollection object can be used to gain access to a set of attributes of the protocol. You can use the Item property to return a specific ProtocolProperty object.
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 étant thread-safe.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.