Поделиться через


Метод EnumAgentProxyAccounts

Returns a list of agent proxy accounts that are assigned to the database role.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function EnumAgentProxyAccounts As DataTable
'Применение
Dim instance As DatabaseRole
Dim returnValue As DataTable

returnValue = instance.EnumAgentProxyAccounts()
public DataTable EnumAgentProxyAccounts()
public:
DataTable^ EnumAgentProxyAccounts()
member EnumAgentProxyAccounts : unit -> DataTable 
public function EnumAgentProxyAccounts() : DataTable

Возвращаемое значение

Тип System.Data. . :: . .DataTable
A DataTable system object value that contains information about the agent proxy accounts that are assigned to the database role.