Метод 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.