Método MailProfile.RemoveAccount
Removes the association between a mail account and the referenced mail profile.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub RemoveAccount ( _
accountName As String _
)
'Uso
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
)
Parâmetros
- accountName
Tipo: System.String
A String value that specifies the name of the mail account.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Mail