AttributePermissionCollection Properties
SQL Server 2008 R2
The AttributePermissionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
DemandLoadingService | Infrastructure. (Inherited from ModelComponentCollection.) |
|
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Inherited from ModelComponentCollection.) |
|
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Inherited from ModelComponentCollection.) |
|
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Inherited from ModelComponentCollection.) |
|
Item[Int32] | Gets the AttributePermission at the specified index from the collection. |
|
Item[String] | Gets the AttributePermission, with the specified identifier, from the collection. |
|
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
|
Preloadable | Infrastructure. (Inherited from ModelComponentCollection.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Inherited from ModelComponentCollection.) |
| Name | Description | |
|---|---|---|
|
IList.Item | (Inherited from ModelComponentCollection.) |
|
IOnDemandLoadableCollection.Loaded | (Inherited from ModelComponentCollection.) |