EnumAgentProxyAccounts 方法

Enumerates a list of agent proxy accounts in which the login account is participating.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function EnumAgentProxyAccounts As DataTable
用法
Dim instance As Login
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 object value that contains a list of agent proxy account in which the login account is participating.