共用方式為


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 命名空間

其他資源

固定伺服器角色的權限 (Database Engine)

sp_addsrvrolemember (Transact-SQL)