Metoda DatabaseRole.EnumAgentProxyAccounts
Zwraca listę agenta proxy kont, które są przypisane do rola bazy danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function EnumAgentProxyAccounts As DataTable
'Użycie
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
Wartość zwracana
Typ: System.Data.DataTable
A DataTable wartość obiektu system zawierający informacje dotyczące kont serwera proxy agenta przypisane do rola bazy danych.
Zobacz także