다음을 통해 공유


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.