次の方法で共有


ActiveXControl.ParameterCollection.Item Property (Int32)

このプロパティは、SQL Server 2005 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

コレクション内の、インデックスで示された位置にある Microsoft ActiveX コントロールのパラメータを取得します。C# の場合、このプロパティは Microsoft.ReportingServices.ReportRendering.ActiveXControl.ParameterCollection クラスのインデクサとなります。

名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (microsoft.reportingservices.processingcore.dll 内)

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Parameter
public Parameter this [
    int index
] { get; }
public:
property Parameter^ default [int] {
    Parameter^ get (int index);
}
/** @property */
public Parameter get_Item (int index)

パラメータ

  • index
    n 番目の位置にあるパラメータです。

プロパティ値

コレクション内のインデックスで示された位置にあるパラメータを含む ActiveXControl.ParameterCollection オブジェクトを返します。

解説

JScript では、型によって定義される既定のインデックス付きプロパティを使用できますが、独自のプロパティを明示的に定義することはできません。ただし、クラスで expando 属性を指定すると、型が Object で、インデックスの種類が String の既定のインデックス付きプロパティが自動的に提供されます。

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ActiveXControl.ParameterCollection Class
ActiveXControl.ParameterCollection Members
Microsoft.ReportingServices.ReportRendering Namespace