This topic has not yet been rated - Rate this topic

ConfigurationValueCollection Class

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

Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
[DefaultMemberAttribute("Item")] 
public sealed class ConfigurationValueCollection : SimpleObjectCollectionBase
/** @attribute DefaultMemberAttribute("Item") */ 
public final class ConfigurationValueCollection extends SimpleObjectCollectionBase
DefaultMemberAttribute("Item") 
public final class ConfigurationValueCollection extends SimpleObjectCollectionBase

Updated text: 12 December 2006

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.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.


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

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Release

History

12 December 2006

Changed content:
  • The Add method has been added.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.