EnumAgentProxyAccounts méthode
Enumerates a list of agent proxy accounts in which the login account is participating.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function EnumAgentProxyAccounts As DataTable
'Utilisation
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
Valeur de retour
Type : System.Data. . :: . .DataTable
A DataTable object value that contains a list of agent proxy account in which the login account is participating.
Voir aussi