Classe ConfigurationValueCollection

The ConfigurationValueCollection class represents a collection of ConfigurationValue objects that represent all the configuration options defined on the SQL Server Database Mail subsystem.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Mail
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ConfigurationValueCollection _
    Inherits SimpleObjectCollectionBase
'Utilisation
Dim instance As ConfigurationValueCollection
public sealed class ConfigurationValueCollection : SimpleObjectCollectionBase
public ref class ConfigurationValueCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ConfigurationValueCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class ConfigurationValueCollection extends SimpleObjectCollectionBase

Notes

A ConfigurationValueCollection object can be used to gain access to a set of configuration options. You can use the Item property to return a specific ConfigurationValue object.

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.