次の方法で共有


StoredProcedureCollection クラス

StoredProcedureCollection クラスは、テーブルで定義されたストアド プロシージャのすべてを表す StoredProcedure オブジェクトのコレクションを表します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public NotInheritable Class StoredProcedureCollection _
    Inherits SchemaCollectionBase
'使用
Dim instance As StoredProcedureCollection
public sealed class StoredProcedureCollection : SchemaCollectionBase
public ref class StoredProcedureCollection sealed : public SchemaCollectionBase
[<SealedAttribute>]
type StoredProcedureCollection =  
    class
        inherit SchemaCollectionBase
    end
public final class StoredProcedureCollection extends SchemaCollectionBase

説明

StoredProcedureCollection オブジェクトは、一連のストアド プロシージャにアクセスするために使用できます。Item()()()() プロパティを使用して、特定の StoredProcedure オブジェクトを取得できます。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

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