Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The ServerProtocolCollection class represents a collection of ServerProtocol objects that represent all the server protocols defined on the parent object.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase
Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ServerProtocolCollection _
Inherits WmiCollectionBase _
Implements ICollection, IEnumerable
'Utilisation
Dim instance As ServerProtocolCollection
public sealed class ServerProtocolCollection : WmiCollectionBase,
ICollection, IEnumerable
public ref class ServerProtocolCollection sealed : public WmiCollectionBase,
ICollection, IEnumerable
[<SealedAttribute>]
type ServerProtocolCollection =
class
inherit WmiCollectionBase
interface ICollection
interface IEnumerable
end
public final class ServerProtocolCollection extends WmiCollectionBase implements ICollection, IEnumerable
Le type ServerProtocolCollection expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Count | Gets the number of ServerProtocol objects in the referenced collection. |
![]() |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (hérité de WmiCollectionBase.) |
![]() |
Item[Int32] | Gets a ServerProtocol object in the collection by index number. |
![]() |
Item[String] | Gets a ServerProtocol object in the collection by name. |
![]() |
Parent | Gets the ServerInstance object that is the parent of the ServerProtocolCollection object. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (hérité de WmiCollectionBase.) |
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.) |
![]() |
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.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Champs
| Nom | Description | |
|---|---|---|
![]() |
initialized | Defines a boolean method that initializes the collection of objects in the Windows Management Instrumentation (WMI) object preference. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de WmiCollectionBase.) |
![]() |
innerColl | Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. (hérité de WmiCollectionBase.) |
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
A ServerProtocolCollection object can be used to gain access to a set of server protocols. You can use the Item property to return a specific ServerProtocol 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.
Exemples
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.
.gif)
.gif)
.gif)
.gif)
.gif)