ServerRole.EnumAgentProxyAccounts 方法

Enumerates a list of the SQL Server Agent proxy account to which the server role belongs.

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

语法

声明
Public Function EnumAgentProxyAccounts As DataTable
用法
Dim instance As ServerRole 
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 an enumerated list of information about SQL Server Agent proxy accounts to which the referenced server role belongs.

示例

管理用户、角色和登录名

请参阅

参考

ServerRole 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

固定服务器角色的权限(数据库引擎)

sp_addsrvrolemember (Transact-SQL)