次の方法で共有


StoredProcedureCollection.Item Property

コレクション内にある指定した名前またはインデックス番号の StoredProcedure オブジェクトを取得します。

解説

この名前空間、クラス、またはメンバは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

オーバーロードの一覧

名前 説明
StoredProcedureCollection.Item (Int32)
コレクション内にある指定したインデックス番号の StoredProcedure オブジェクトを取得します。
StoredProcedureCollection.Item (String)
コレクション内にある指定した名前の StoredProcedure オブジェクトを取得します。
StoredProcedureCollection.Item (String, String)
コレクション内にある指定した名前およびスキーマの StoredProcedure オブジェクトを取得します。

参照

関連項目

StoredProcedureCollection Class
StoredProcedureCollection Members
Microsoft.SqlServer.Management.Smo Namespace

その他の技術情報

コレクションの使用