Classe MailAccount
The MailAccount class represents a SQL Server Database Mail subsystem mail account.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MailAccount _
Inherits ScriptNameObjectBase _
Implements IAlterable, ICreatable, IDroppable, IRenamable, _
IScriptable
'Utilizzo
Dim instance As MailAccount
public sealed class MailAccount : ScriptNameObjectBase,
IAlterable, ICreatable, IDroppable, IRenamable, IScriptable
public ref class MailAccount sealed : public ScriptNameObjectBase,
IAlterable, ICreatable, IDroppable, IRenamable, IScriptable
[<SealedAttribute>]
type MailAccount =
class
inherit ScriptNameObjectBase
interface IAlterable
interface ICreatable
interface IDroppable
interface IRenamable
interface IScriptable
end
public final class MailAccount extends ScriptNameObjectBase implements IAlterable, ICreatable, IDroppable, IRenamable, IScriptable
Osservazioni
The MailAccount object provides programmatic access to the mail account in the SQL Server Database Mail subsystem. By using the MailAccount object, you can manage SQL Server Database Mail accounts.
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .ScriptNameObjectBase
Microsoft.SqlServer.Management.Smo.Mail..::..MailAccount
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche