Metodo RemoveAccount
Removes the association between a mail account and the referenced mail profile.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub RemoveAccount ( _
accountName As String _
)
'Utilizzo
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
)
Parametri
- accountName
Tipo: System. . :: . .String
A String value that specifies the name of the mail account.
Vedere anche