Metodo EnumAgentProxyAccounts
Enumerates a list of agent proxy accounts in which the login account is participating.
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 Login
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 object value that contains a list of agent proxy account in which the login account is participating.
Vedere anche