ConfigurationValue-Klasse
The ConfigurationValue class represents a SQL Server Database Mail subsystem configuration option.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class ConfigurationValue _
Inherits NamedSmoObject _
Implements IAlterable, IScriptable
'Usage
Dim instance As ConfigurationValue
public sealed class ConfigurationValue : NamedSmoObject,
IAlterable, IScriptable
public ref class ConfigurationValue sealed : public NamedSmoObject,
IAlterable, IScriptable
[<SealedAttribute>]
type ConfigurationValue =
class
inherit NamedSmoObject
interface IAlterable
interface IScriptable
end
public final class ConfigurationValue extends NamedSmoObject implements IAlterable, IScriptable
Hinweise
The ConfigurationValue object provides programmatic access to the configuration option in the SQL Server Database Mail subsystem. With the ConfigurationValue object you can:
- Configure SQL Server Database Mail subsystem options
Thread Safety
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo.Mail..::..ConfigurationValue
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch