Метод RemoveAccount
Removes the association between a mail account and the referenced mail profile.
Пространство имен: Microsoft.SqlServer.Management.Smo.Mail
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub RemoveAccount ( _
accountName As String _
)
'Применение
Dim instance As MailProfile
Dim accountName As String
instance.RemoveAccount(accountName)
public void RemoveAccount(
string accountName
)
public:
void RemoveAccount(
String^ accountName
)
member RemoveAccount :
accountName:string -> unit
public function RemoveAccount(
accountName : String
)
Параметры
- accountName
Тип System. . :: . .String
A String value that specifies the name of the mail account.
См. также