Classe ExtendedStoredProcedureCollection
The ExtendedStoredProcedureCollection class represents a collection of ExtendedStoredProcedure objects that represent all the extended stored procedures defined on the parent database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public NotInheritable Class ExtendedStoredProcedureCollection _
Inherits SchemaCollectionBase
'Uso
Dim instance As ExtendedStoredProcedureCollection
public sealed class ExtendedStoredProcedureCollection : SchemaCollectionBase
public ref class ExtendedStoredProcedureCollection sealed : public SchemaCollectionBase
[<SealedAttribute>]
type ExtendedStoredProcedureCollection =
class
inherit SchemaCollectionBase
end
public final class ExtendedStoredProcedureCollection extends SchemaCollectionBase
Comentários
An ExtendedStoredProcedureCollection object can be used to gain access to a set of extended stored procedures. You can use the Item property to return a specific ExtendedStoredProcedure 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.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SchemaCollectionBase
Microsoft.SqlServer.Management.Smo..::..ExtendedStoredProcedureCollection
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.
Consulte também