ServerProtocolPropertyCollection Class

 

The ServerProtocolPropertyCollection class represents a collection of ServerProtocolProperty objects that represent all the attributes of the server protocol defined on the parent object.

Namespace:   Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

System::Object
  Microsoft.SqlServer.Management.Smo.Wmi::ProtocolPropertyCollection
    Microsoft.SqlServer.Management.Smo.Wmi::ServerProtocolPropertyCollection

public ref class ServerProtocolPropertyCollection sealed : ProtocolPropertyCollection

NameDescription
System_CAPS_pubpropertyCount

Gets the number of ProtocolProperty objects in the referenced collection. (Inherited from ProtocolPropertyCollection.)

System_CAPS_pubpropertyIsSynchronized

Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe.(Inherited from ProtocolPropertyCollection.)

System_CAPS_pubpropertyItem[Int32]

Gets a ProtocolPropertyCollection object in the collection by index number.(Inherited from ProtocolPropertyCollection.)

System_CAPS_pubpropertyItem[String^]

Gets a ProtocolProperty object in the collection by name.(Inherited from ProtocolPropertyCollection.)

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the collection.(Inherited from ProtocolPropertyCollection.)

NameDescription
System_CAPS_pubmethodContains(String^)

Checks whether the specified key value exists in the collection.(Inherited from ProtocolPropertyCollection.)

System_CAPS_pubmethodCopyTo(array<ProtocolProperty^>^, Int32)

Copies the collection objects to a one-dimensional array beginning at the index value specified.(Inherited from ProtocolPropertyCollection.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an IEnumerator interface that allows you to iterate through the objects in the collection.(Inherited from ProtocolPropertyCollection.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

Copies the collection objects to a one-dimensional array beginning at the index value specified.(Inherited from ProtocolPropertyCollection.)

A ServerProtocolPropertyCollection object can be used to gain access to a set of attributes of the server protocol.

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: