ConfigurationValue Clase
The ConfigurationValue class represents a SQL Server Database Mail subsystem configuration option.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Mail
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public NotInheritable Class ConfigurationValue _
Inherits NamedSmoObject _
Implements IAlterable, IScriptable
'Uso
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
Notas
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
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo.Mail..::..ConfigurationValue
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también