Create 方法
Creates a mail account on the instance of SQL Server running the SQL Server Database Mail subsystem, as defined by the MailAccount object.
命名空间: Microsoft.SqlServer.Management.Smo.Mail
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Create
用法
Dim instance As MailAccount
instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit
override Create : unit -> unit
public final function Create()