Compartilhar via


Classe StoredProcedureCollection

The StoredProcedureCollection class represents a collection of StoredProcedure objects that represent all the stored procedures that are defined on a table.

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

Sintaxe

'Declaração
Public NotInheritable Class StoredProcedureCollection _
    Inherits SchemaCollectionBase
'Uso
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

Comentários

A StoredProcedureCollection object can be used to gain access to a set of stored procedures. You can use the Item()()()() property to return a specific StoredProcedure object.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.