ClientProtocolPropertyCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class ClientProtocolPropertyCollection : Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
type ClientProtocolPropertyCollection = class
inherit ProtocolPropertyCollection
Public NotInheritable Class ClientProtocolPropertyCollection
Inherits ProtocolPropertyCollection
- Inheritance
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) |