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.