SqlPropertyCollection Properties
SQL Server 2012
The SqlPropertyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of properties in the PropertyCollection object. (Inherited from PropertyCollection.) |
|
IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (Inherited from PropertyCollection.) |
|
Item[Int32] | Gets an object in the collection by index number. (Inherited from PropertyCollection.) |
|
Item[String] | Gets an object in the collection by name. (Inherited from PropertyCollection.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Inherited from PropertyCollection.) |