次の方法で共有


DataSourceCredentialsCollection クラス

 

公開日: 2016年4月

DataSourceCredentials オブジェクトのコレクションを表します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

継承階層

System.Object
  System.Collections.ObjectModel.Collection<T>
    Microsoft.Reporting.WinForms.DataSourceCredentialsCollection

構文

public sealed class DataSourceCredentialsCollection : Collection<DataSourceCredentials>
public ref class DataSourceCredentialsCollection sealed : Collection<DataSourceCredentials^>
[<Sealed>]
type DataSourceCredentialsCollection = 
    class
        inherit Collection<DataSourceCredentials>
    end
Public NotInheritable Class DataSourceCredentialsCollection
    Inherits Collection(Of DataSourceCredentials)

コンストラクター

名前 説明
System_CAPS_pubmethod DataSourceCredentialsCollection()

DataSourceCredentialsCollection クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
System_CAPS_pubproperty Count

(Collection<T> から継承されます。)

System_CAPS_pubproperty Item[Int32]

(Collection<T> から継承されます。)

System_CAPS_pubproperty Item[String]

指定した名前の DataSourceCredentials オブジェクトをコレクションから取得します。

メソッド

名前 説明
System_CAPS_pubmethod Add(T)

(Collection<T> から継承されます。)

System_CAPS_pubmethod Clear()

(Collection<T> から継承されます。)

System_CAPS_pubmethod Contains(T)

(Collection<T> から継承されます。)

System_CAPS_pubmethod CopyTo(T[], Int32)

(Collection<T> から継承されます。)

System_CAPS_pubmethod Equals(Object)

(Object から継承されます。)

System_CAPS_pubmethod GetEnumerator()

(Collection<T> から継承されます。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されます。)

System_CAPS_pubmethod GetType()

(Object から継承されます。)

System_CAPS_pubmethod IndexOf(T)

(Collection<T> から継承されます。)

System_CAPS_pubmethod Insert(Int32, T)

(Collection<T> から継承されます。)

System_CAPS_pubmethod Remove(T)

(Collection<T> から継承されます。)

System_CAPS_pubmethod RemoveAt(Int32)

(Collection<T> から継承されます。)

System_CAPS_pubmethod ToString()

(Object から継承されます。)

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

名前 説明
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection.CopyTo(Array, Int32)

(Collection<T> から継承されます。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

(Collection<T> から継承されます。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Add(Object)

(Collection<T> から継承されます。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Contains(Object)

(Collection<T> から継承されます。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.IndexOf(Object)

(Collection<T> から継承されます。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Insert(Int32, Object)

(Collection<T> から継承されます。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Remove(Object)

(Collection<T> から継承されます。)

備考

このクラスは、ReportCredentialsEventArgsCredentials プロパティによって参照されます。

スレッド セーフ

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

関連項目

Microsoft.Reporting.WinForms 名前空間

トップに戻る