CellPermissionCollection 方法

包含保護的成員
包含繼承的成員

CellPermissionCollection 型別公開下列成員。

方法

  名稱 說明
公用方法 Add(CellPermission) Adds a CellPermission to the end of the collection.
公用方法 Add(CellPermissionAccess) Creates and adds a CellPermission, with the specified CellPermissionAccess value, to the end of the collection.
受保護的方法 Add(ModelComponent) 基礎結構。Adds a ModelComponent object to the ModelComponentCollection. (繼承自 ModelComponentCollection。)
受保護的方法 Add(ModelComponent, Boolean) 基礎結構。Adds a ModelComponent object to the ModelComponentCollection. (繼承自 ModelComponentCollection。)
公用方法 CanAdd 基礎結構。Indicates whether the collection can add a ModelComponent. (繼承自 ModelComponentCollection。)
受保護的方法 ChangeKey 基礎結構。Changes the specified keys to the collection. (繼承自 ModelComponentCollection。)
公用方法 Clear Removes all elements from the ModelComponentCollection. (繼承自 ModelComponentCollection。)
公用方法 Contains(CellPermission) Indicates whether the collection contains a specified CellPermission.
公用方法 Contains(CellPermissionAccess) Indicates whether the collection contains a CellPermission with the specified CellPermissionAccess value.
公用方法 CopyTo Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (繼承自 ModelComponentCollection。)
公用方法 Equals (繼承自 Object。)
公用方法 Find Gets the first CellPermission, with the specified CellPermissionAccess value, from the collection.
公用方法 GetEnumerator Returns an enumerator that can iterate through the ModelComponentCollection. (繼承自 ModelComponentCollection。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 IndexOf(CellPermission) Gets the index of a specified CellPermission.
公用方法 IndexOf(CellPermissionAccess) Gets the index of a CellPermission with the specified CellPermissionAccess value.
公用方法 Insert(Int32, CellPermission) Inserts a CellPermission into the collection at the specified index.
公用方法 Insert(Int32, CellPermissionAccess) Creates and inserts a CellPermission, with the specified CellPermissionAccess value, into the collection at the specified index.
受保護的方法 Insert(Int32, ModelComponent) 基礎結構。Inserts an ModelComponent in the ModelComponentCollection. (繼承自 ModelComponentCollection。)
公用方法 Move(Int32, Int32) Moves a CellPermission at the current specified index to a new specified index in the collection.
公用方法 Move(CellPermission, Int32) Moves a CellPermission to a new index in the collection.
公用方法 Move(CellPermissionAccess, Int32) Moves a CellPermission, with the specified CellPermissionAccess value, to a new index in the collection.
公用方法 Remove(CellPermission) Removes the specified CellPermission from the collection.
公用方法 Remove(CellPermissionAccess) Removes a CellPermission, with the specified CellPermissionAccess value, from the collection.
受保護的方法 Remove(IModelComponent) Removes the specified IModelComponent from the collection. (繼承自 ModelComponentCollection。)
公用方法 Remove(CellPermission, Boolean) 基礎結構。Removes the specified CellPermission from the collection.
公用方法 Remove(CellPermissionAccess, Boolean) 基礎結構。Removes a CellPermission to be removed.
公用方法 RemoveAt(Int32) Removes the IModelComponent at the specified index from the ModelComponentCollection. (繼承自 ModelComponentCollection。)
公用方法 RemoveAt(Int32, Boolean) 基礎結構。Removes the IModelComponent at the specified index from the ModelComponentCollection. (繼承自 ModelComponentCollection。)
公用方法 ToString (繼承自 Object。)

上層

明確 繼承 實作

  名稱 說明
明確介面實作私用方法 IList.Add Adds an item to the collection. (繼承自 ModelComponentCollection。)
明確介面實作私用方法 IList.Clear Removes all items from the collection. (繼承自 ModelComponentCollection。)
明確介面實作私用方法 IList.Contains Indicates whether the collection contains a specific value. (繼承自 ModelComponentCollection。)
明確介面實作私用方法 IList.IndexOf Determines the index of a specific item in the collection. (繼承自 ModelComponentCollection。)
明確介面實作私用方法 IList.Insert Inserts an item to the collection at the specified index. (繼承自 ModelComponentCollection。)
明確介面實作私用方法 IList.Remove Removes the first occurrence of a specified object from the collection. (繼承自 ModelComponentCollection。)
明確介面實作私用方法 IList.RemoveAt Removes the item at the specified index. (繼承自 ModelComponentCollection。)
明確介面實作私用方法 IModelComponentCollection.Contains Indicates whether the collection contains a specific value. (繼承自 ModelComponentCollection。)
明確介面實作私用方法 IModelComponentCollection.Remove(IModelComponent) Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection. (繼承自 ModelComponentCollection。)
明確介面實作私用方法 IModelComponentCollection.Remove(IModelComponent, Boolean) Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection. (繼承自 ModelComponentCollection。)
明確介面實作私用方法 IOnDemandLoadableCollection.BlockOnDemandLoad Specifies the blocked demand load. (繼承自 ModelComponentCollection。)

上層

請參閱

參考

CellPermissionCollection 類別

Microsoft.AnalysisServices 命名空間