Compartilhar via


Classe ExtendedPropertyCollection

The ExtendedPropertyCollection class represents a collection of ExtendedPropertyCollectionobjects that represent all the extended properties.

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

Sintaxe

'Declaração
Public NotInheritable Class ExtendedPropertyCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As ExtendedPropertyCollection
public sealed class ExtendedPropertyCollection : SimpleObjectCollectionBase
public ref class ExtendedPropertyCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ExtendedPropertyCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class ExtendedPropertyCollection extends SimpleObjectCollectionBase

Comentários

A ExtendedPropertyCollection object can be used to gain access to a set of extended properties. You can use the Item property to return a specific ExtendedProperty 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.