Metodo DatabaseRole.EnumAgentProxyAccounts

Returns a list of agent proxy accounts that are assigned to the database role.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function EnumAgentProxyAccounts As DataTable
'Utilizzo
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

Valore restituito

Tipo: System.Data.DataTable
A DataTable system object value that contains information about the agent proxy accounts that are assigned to the database role.

Esempi

Gestione di utenti, ruoli e account di accesso

Vedere anche

Riferimento

DatabaseRole Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Ruoli a livello di database