Share via


MailAccount.GetAccountProfileNames 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.Mail
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function GetAccountProfileNames As String()
‘사용 방법
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[]

반환 값

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

참고 항목

참조

MailAccount 클래스

Microsoft.SqlServer.Management.Smo.Mail 네임스페이스