Compartir a través de


MailAccount.GetAccountProfileNames Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Mail
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

MailAccount Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Mail