Freigeben über


MailAccount.GetAccountProfileNames-Methode

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 (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function GetAccountProfileNames As String()
'Usage
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[]

Rückgabewert

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

Siehe auch

Verweis

MailAccount Klasse

Microsoft.SqlServer.Management.Smo.Mail-Namespace