Share via


ClientProtocolPropertyCollection Class

Definition

public sealed class ClientProtocolPropertyCollection : Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
type ClientProtocolPropertyCollection = class
    inherit ProtocolPropertyCollection
Public NotInheritable Class ClientProtocolPropertyCollection
Inherits ProtocolPropertyCollection
Inheritance
ClientProtocolPropertyCollection

Properties

Count (Inherited from ProtocolPropertyCollection)
IsSynchronized (Inherited from ProtocolPropertyCollection)
Item[Int32]

Integer indexer

(Inherited from ProtocolPropertyCollection)
Item[String]

string indexer

(Inherited from ProtocolPropertyCollection)
SyncRoot (Inherited from ProtocolPropertyCollection)

Methods

Contains(String) (Inherited from ProtocolPropertyCollection)
CopyTo(ProtocolProperty[], Int32) (Inherited from ProtocolPropertyCollection)
GetEnumerator() (Inherited from ProtocolPropertyCollection)

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32) (Inherited from ProtocolPropertyCollection)

Applies to