Compartilhar via


Método MailAccount.GetAccountProfileNames

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

Namespace:  Microsoft.SqlServer.Management.Smo.Mail
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Function GetAccountProfileNames As String()
'Uso
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[]

Valor de retorno

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

Consulte também

Referência

MailAccount Classe

Namespace Microsoft.SqlServer.Management.Smo.Mail