NumberedStoredProcedureCollection Class

The NumberedStoredProcedureCollection class represents a collection of NumberedStoredProcedure objects that represent all the numbered stored procedures defined on a table.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class NumberedStoredProcedureCollection _
    Inherits NumberedObjectCollectionBase
'Usage
Dim instance As NumberedStoredProcedureCollection
public sealed class NumberedStoredProcedureCollection : NumberedObjectCollectionBase
public ref class NumberedStoredProcedureCollection sealed : public NumberedObjectCollectionBase
[<SealedAttribute>]
type NumberedStoredProcedureCollection =  
    class
        inherit NumberedObjectCollectionBase
    end
public final class NumberedStoredProcedureCollection extends NumberedObjectCollectionBase

Remarks

A NumberedStoredProcedureCollection object can be used to gain access to a set of numbered stored procedures. You can use the Item property to return a specific NumberedStoredProcedure object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.