EnumAgentProxyAccounts Método
Enumerates a list of agent proxy accounts in which the login account is participating.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Function EnumAgentProxyAccounts As DataTable
'Uso
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
Valor devuelto
Tipo: System.Data. . :: . .DataTable
A DataTable object value that contains a list of agent proxy account in which the login account is participating.
Vea también