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.