ClientProtocolPropertyCollection Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public sealed class ClientProtocolPropertyCollection : Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
type ClientProtocolPropertyCollection = class
inherit ProtocolPropertyCollection
Public NotInheritable Class ClientProtocolPropertyCollection
Inherits ProtocolPropertyCollection
- Herencia
Propiedades
| Nombre | Description |
|---|---|
| Count | (Heredado de ProtocolPropertyCollection) |
| IsSynchronized | (Heredado de ProtocolPropertyCollection) |
| Item[Int32] |
Indexador entero (Heredado de ProtocolPropertyCollection) |
| Item[String] |
indexador de cadena (Heredado de ProtocolPropertyCollection) |
| SyncRoot | (Heredado de ProtocolPropertyCollection) |
Métodos
| Nombre | Description |
|---|---|
| Contains(String) | (Heredado de ProtocolPropertyCollection) |
| CopyTo(ProtocolProperty[], Int32) | (Heredado de ProtocolPropertyCollection) |
| GetEnumerator() | (Heredado de ProtocolPropertyCollection) |
Implementaciones de interfaz explícitas
| Nombre | Description |
|---|---|
| ICollection.CopyTo(Array, Int32) | (Heredado de ProtocolPropertyCollection) |