Classe ServerProtocolPropertyCollection
The ServerProtocolPropertyCollection class represents a collection of ServerProtocolProperty objects that represent all the attributes of the server protocol defined on the parent object.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolPropertyCollection
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public NotInheritable Class ServerProtocolPropertyCollection _
Inherits ProtocolPropertyCollection
'Uso
Dim instance As ServerProtocolPropertyCollection
public sealed class ServerProtocolPropertyCollection : ProtocolPropertyCollection
public ref class ServerProtocolPropertyCollection sealed : public ProtocolPropertyCollection
[<SealedAttribute>]
type ServerProtocolPropertyCollection =
class
inherit ProtocolPropertyCollection
end
public final class ServerProtocolPropertyCollection extends ProtocolPropertyCollection
O tipo ServerProtocolPropertyCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of ProtocolProperty objects in the referenced collection. (Herdado de ProtocolPropertyCollection.) | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Herdado de ProtocolPropertyCollection.) | |
Item[Int32] | Gets a ProtocolPropertyCollection object in the collection by index number. (Herdado de ProtocolPropertyCollection.) | |
Item[String] | Gets a ProtocolProperty object in the collection by name. (Herdado de ProtocolPropertyCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Herdado de ProtocolPropertyCollection.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Contains | Checks whether the specified key value exists in the collection. (Herdado de ProtocolPropertyCollection.) | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. (Herdado de ProtocolPropertyCollection.) | |
Equals | (Herdado de Object.) | |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Herdado de ProtocolPropertyCollection.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICollection.CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. (Herdado de ProtocolPropertyCollection.) |
Início
Comentários
A ServerProtocolPropertyCollection object can be used to gain access to a set of attributes of the server protocol.
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Exemplos
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.