Partager via


Méthode MailAccount.GetAccountProfileNames

Gets a string array containing the names of the Mail Profiles which this Mail Account belongs to.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Mail
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function GetAccountProfileNames As String()
'Utilisation
Dim instance As MailAccount 
Dim returnValue As String()

returnValue = instance.GetAccountProfileNames()
public string[] GetAccountProfileNames()
public:
array<String^>^ GetAccountProfileNames()
member GetAccountProfileNames : unit -> string[] 
public function GetAccountProfileNames() : String[]

Valeur de retour

Type : array<System.String[]
Returns String array containing the names of the Mail Profiles which this Mail Account belongs to.

Voir aussi

Référence

MailAccount Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Mail