次の方法で共有


MiningStructurePermissionCollection クラス

MiningStructurePermission オブジェクトのコレクションが含まれます。 このクラスは継承できません。

継承階層

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.NamedComponentCollection
      Microsoft.AnalysisServices.MajorObjectCollection
        Microsoft.AnalysisServices.MiningStructurePermissionCollection

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<GuidAttribute("FDBC5786-386B-4371-8C83-9182698FDF87")> _
Public NotInheritable Class MiningStructurePermissionCollection _
    Inherits MajorObjectCollection
'使用
Dim instance As MiningStructurePermissionCollection
[GuidAttribute("FDBC5786-386B-4371-8C83-9182698FDF87")]
public sealed class MiningStructurePermissionCollection : MajorObjectCollection
[GuidAttribute(L"FDBC5786-386B-4371-8C83-9182698FDF87")]
public ref class MiningStructurePermissionCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("FDBC5786-386B-4371-8C83-9182698FDF87")>]
type MiningStructurePermissionCollection =  
    class 
        inherit MajorObjectCollection 
    end
public final class MiningStructurePermissionCollection extends MajorObjectCollection

MiningStructurePermissionCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count ModelComponentCollection に含まれる ModelComponent オブジェクトの数を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ IsFixedSize ModelComponentCollection が固定サイズかどうかを示す値を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ IsReadOnly ModelComponentCollection が読み取り専用かどうかを示す値を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ IsSynchronized ModelComponentCollection へのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ Item[Int32] 指定したインデックスにある MiningStructurePermission をコレクションから取得します。
パブリック プロパティ Item[String] 指定した識別子を持つ MiningStructurePermission をコレクションから取得します。
パブリック プロパティ Parent ModelComponentCollection を含む IModelComponent を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ SyncRoot ModelComponentCollection へのアクセスの同期に使用できるオブジェクトを取得します。 (ModelComponentCollection から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add(String) (コレクション内で一意となるように生成された名前と識別子を持つ) 新しい MiningStructurePermission を作成し、コレクションに追加して、返します。
パブリック メソッド Add(MiningStructurePermission) MiningStructurePermission をコレクションの末尾に追加します。
プロテクト メソッド Add(ModelComponent) ModelComponentMajorObjectCollection の末尾に追加します。 (MajorObjectCollection から継承されています。)
パブリック メソッド Add(String, String) (コレクション内で一意となるように、指定された名前に基づいて生成された識別子を持つ) 新しい MiningStructurePermission を作成し、コレクションに追加して、返します。
プロテクト メソッド Add(ModelComponent, Boolean) インフラストラクチャです。ModelComponentCollectionModelComponent オブジェクトを追加します。 (ModelComponentCollection から継承されています。)
パブリック メソッド Add(String, String, String) 新しい MiningStructurePermission を作成し、コレクションに追加して、返します。
パブリック メソッド CanAdd インフラストラクチャです。ModelComponent をコレクションに追加できるかどうかを示します。 (NamedComponentCollection から継承されています。)
プロテクト メソッド ChangeKey インフラストラクチャです。コレクションに指定するキーを変更します。 (ModelComponentCollection から継承されています。)
パブリック メソッド Clear すべての要素を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。)
パブリック メソッド Contains(String) 指定した識別子を持つ MiningStructurePermission がコレクションに含まれているかどうかを示します。
パブリック メソッド Contains(MiningStructurePermission) 指定した MiningStructurePermission がコレクションに含まれているかどうかを示します。
パブリック メソッド ContainsName コンポーネントにその名前が含まれているかどうかを示します。 (NamedComponentCollection から継承されています。)
パブリック メソッド CopyTo 1 次元の ArrayModelComponentCollection 全体をコピーします。その際、コピー対象の配列の指定したインデックスからコピーを開始します。 (ModelComponentCollection から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド Find 指定した識別子を持つ MiningStructurePermission を検索します。見つからない場合は null です。
パブリック メソッド FindByName 指定した名前の MiningStructurePermission をコレクションから検索します。
パブリック メソッド FindByRole 指定したロール識別子を持つ MiningStructurePermission を検索します。見つからない場合は null を返します。
パブリック メソッド GetByName 指定した名前の MiningStructurePermission をコレクションから取得します。
パブリック メソッド GetByRole 指定したロール識別子を持つ MiningStructurePermission を取得します。
パブリック メソッド GetEnumerator ModelComponentCollection を繰り返し処理できる列挙子を返します。 (ModelComponentCollection から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetNewID() コンポーネントの新しい一意の ID を取得します。 (NamedComponentCollection から継承されています。)
パブリック メソッド GetNewID(String) 新しい一意の ID の値を取得します。 (NamedComponentCollection から継承されています。)
パブリック メソッド GetNewName() コンポーネントの新しい一意の名前を取得します。 (NamedComponentCollection から継承されています。)
パブリック メソッド GetNewName(String) 指定された名前プレフィックスを持つ、コンポーネントの新しい一意の名前を取得します。 (NamedComponentCollection から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf(String) 指定した識別子を持つ MiningStructurePermission のインデックスを取得します。
パブリック メソッド IndexOf(MiningStructurePermission) 指定した MiningStructurePermission のインデックスを取得します。
パブリック メソッド IndexOfName 名前によって識別される NamedComponent のインデックスをコレクションから取得します。 (NamedComponentCollection から継承されています。)
プロテクト メソッド Insert(Int32, ModelComponent) ModelComponentMajorObjectCollection 内の指定したインデックスに挿入します。 (MajorObjectCollection から継承されています。)
パブリック メソッド Insert(Int32, MiningStructurePermission) MiningStructurePermission をコレクション内の指定したインデックスに挿入します。
パブリック メソッド Insert(Int32, String) (コレクション内で一意となるように生成された名前と識別子を持つ) 新しい MiningStructurePermission を作成し、指定したインデックスに挿入して、返します。
パブリック メソッド Insert(Int32, String, String) (コレクション内で一意となるように、指定された名前に基づいて生成された識別子を持つ) 新しい MiningStructurePermission を作成し、指定したインデックスに挿入して、返します。
パブリック メソッド Insert(Int32, String, String, String) 新しい MiningStructurePermission を作成し、指定したインデックスに挿入して、返します。
パブリック メソッド IsValidID(String) 名前付きコンポーネントのコレクション識別子が有効かどうかを示します。 (NamedComponentCollection から継承されています。)
パブリック メソッド IsValidID(String, String%) 名前付きコンポーネントのコレクション識別子が有効かどうかを示します。 (NamedComponentCollection から継承されています。)
パブリック メソッド IsValidName(String) 名前付きコンポーネントのコレクション名が有効かどうかを示します。 (NamedComponentCollection から継承されています。)
パブリック メソッド IsValidName(String, String%) 名前付きコンポーネントのコレクション名が有効かどうかを示します。 (NamedComponentCollection から継承されています。)
プロテクト メソッド IsValidName(String, Type, ModelType, Int32, String%) (NamedComponentCollection から継承されています。)
パブリック メソッド Move(Int32, Int32) 指定した現在のインデックスにある MiningStructurePermission を、コレクション内の指定した新しいインデックスに移動します。
パブリック メソッド Move(String, Int32) 指定した識別子を持つ MiningStructurePermission を、コレクション内の指定したインデックスに移動します。
パブリック メソッド Move(MiningStructurePermission, Int32) MiningStructurePermission をコレクション内の新しいインデックスに移動します。
パブリック メソッド Remove(String) 指定した識別子を持つ MiningStructurePermission をコレクションから削除します。
プロテクト メソッド Remove(IModelComponent) 指定した IModelComponent をコレクションから削除します。 (ModelComponentCollection から継承されています。)
パブリック メソッド Remove(MiningStructurePermission) 指定した MiningStructurePermission をコレクションから削除します。
パブリック メソッド Remove(String, Boolean) インフラストラクチャです。指定した識別子の MiningStructurePermission をコレクションから削除します。
パブリック メソッド Remove(MiningStructurePermission, Boolean) インフラストラクチャです。指定した MiningStructurePermission をコレクションから削除します。
パブリック メソッド RemoveAt(Int32) 指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。)
パブリック メソッド RemoveAt(Int32, Boolean) インフラストラクチャです。指定したインデックスにある IModelComponentModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

イベント

  名前 説明
パブリック イベント CollectionChanged インフラストラクチャです。コレクションに変更が生じた場合に発生します。 (ModelComponentCollection から継承されています。)
パブリック イベント CollectionChanging インフラストラクチャです。コレクションに変更が生じている場合に発生します。 (ModelComponentCollection から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IList.Add コレクションにアイテムを追加します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Clear すべてのアイテムをコレクションから削除します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Contains 特定の値がコレクションに含まれているかどうかを示します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.IndexOf コレクション内の特定のアイテムのインデックスを示します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Insert アイテムをコレクション内の指定したインデックスに挿入します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.Item 指定されたインデックス位置の要素を取得または設定します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Remove 最初に見つかった指定のオブジェクトをコレクションから削除します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.RemoveAt 指定されたインデックスにある項目を削除します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IModelComponentCollection.Contains 特定の値がコレクションに含まれているかどうかを示します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IModelComponentCollection.Remove(IModelComponent) ModelComponentCollection から、特定の IModelComponent の最初の発生を削除します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IModelComponentCollection.Remove(IModelComponent, Boolean) ModelComponentCollection から、特定の IModelComponent の最初の発生を削除します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IOnDemandLoadableCollection.BlockOnDemandLoad ブロックされる要求に応じた読み込みを指定します。 (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IOnDemandLoadableCollection.Loaded コレクションを読み込むかどうかを示す値を取得または設定します。 (ModelComponentCollection から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.AnalysisServices 名前空間